-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "gfxgrab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"devDiffPort": "next dev -p 3001",
"serve": "next dev -p 80",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@carbon/themes": "^10.26.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@nivo/core": "^0.67.0",
"@nivo/line": "^0.67.0",
"bcryptjs": "^2.4.3",
"carbon-components": "^10.27.0",
"carbon-components-react": "^7.27.0",
"carbon-icons": "^7.0.7",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"next": "^10.0.6",
"next-transpile-modules": "^6.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-spinners": "^0.9.0",
"sass": "^1.30.0",
"swr": "^0.3.9"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@vercel/node": "^1.8.5",
"eslint": "^7.16.0",
"got": "^11.8.0",
"jsdom": "^16.4.0",
"typescript": "^4.1.2"
}
}