forked from vercel/static-fun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 771 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 771 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
{
"scripts": {
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"@sentry/browser": "^5.6.3",
"dialog-polyfill": "^0.5.0",
"faunadb": "^2.8.0",
"jwt-simple": "^0.5.6",
"ms": "^2.1.2",
"next": "^9.0.6-canary.1",
"node-fetch": "^2.6.0",
"pusher": "^2.2.2",
"pusher-js": "^5.0.1",
"react": "^16.9.0",
"react-div-100vh": "^0.3.4",
"react-dom": "^16.9.0",
"react-spinners": "^0.6.1",
"uid-promise": "^1.1.0"
},
"devDependencies": {
"@types/node": "^12.7.4",
"@types/react": "^16.9.2",
"husky": "^3.0.5",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"typescript": "^3.6.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}