-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 973 Bytes
/
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
{
"name": "frontend",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"start:dev": "next dev -p 8000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@types/classnames": "^2.2.11",
"@types/crypto-js": "^4.0.1",
"classnames": "^2.3.1",
"client": "github:whysobad/tria-client",
"color-thief-react": "^2.0.12",
"crypto-js": "^4.0.0",
"fs": "0.0.1-security",
"next": "10.1.3",
"notistack": "^1.0.9",
"react": "17.0.2",
"react-cookie": "^4.0.3",
"react-custom-scrollbars-2": "^4.4.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.10.0",
"tslib": "^2.2.0"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/sass": "^1.16.0",
"sass": "^1.32.8",
"typescript": "^4.3.5"
}
}