-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 752 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@twilio-paste/nextjs-template",
"version": "1.0.7",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@twilio-paste/alert": "7.1.1",
"@twilio-paste/anchor": "5.1.2",
"@twilio-paste/button": "7.0.11",
"@twilio-paste/core": "10.13.0",
"@twilio-paste/icons": "5.6.0",
"@twilio-paste/menu": "7.0.5",
"@twilio-paste/modal": "7.1.4",
"@twilio-paste/spinner": "7.2.2",
"@twilio-paste/stack": "2.1.0",
"next": "10.0.4",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0"
},
"devDependencies": {
"@types/node": "^14.14.16",
"typescript": "^4.1.3"
}
}