-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 858 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 858 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
31
32
33
34
35
{
"name": "solid-serverless-apps",
"version": "0.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"classnames": "^2.2.6",
"jsonwebtoken": "^8.1.0",
"jss": "^9.8.7",
"next": "latest",
"node-fetch": "^1.7.3",
"preact": "^8.4.2",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-is": "^16.8.3",
"react-jss": "^8.6.1",
"typeface-roboto": "^0.0.54"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/jsonwebtoken": "^8.3.0",
"@types/jss": "^9.5.8",
"@types/node-fetch": "^2.1.6",
"@types/prop-types": "^15.7.0",
"@types/react-is": "^16.7.1",
"@types/react-jss": "^8.6.3",
"jest": "^22.0.4"
}
}