-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "king-kong-backups",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/styles": "^4.10.0",
"@material-ui/types": "^5.1.0",
"@react-form-fields/material-ui": "^3.0.0-alpha.11",
"@stripe/stripe-js": "^1.10.0",
"@types/js-cookie": "^2.2.6",
"antd": "^4.7.2",
"axios": "^0.20.0",
"bcrypt": "^5.0.0",
"dotenv": "^8.2.0",
"global": "^4.4.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.0.0",
"moment": "^2.29.1",
"next": "9.5.5",
"next-auth": "^3.1.0",
"next-images": "^1.6.0",
"node-fetch": ">=2.6.1",
"object-path": ">=0.11.5",
"react": "^17.0.1",
"react-device-detect": "^1.14.0",
"react-dom": "16.13.1",
"react-responsive": "^8.1.0",
"stripe": "^8.114.0",
"swr": "^0.3.5",
"tawkto-react": "^1.0.11"
},
"devDependencies": {
"@material-ui/icons": "^4.9.1",
"@types/bcrypt": "^3.0.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.11.8",
"@types/react": "^16.9.51",
"@types/stripe-v3": "^3.1.21",
"babel-plugin-styled-components": "^1.11.1",
"typescript": "3.8"
}
}