-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 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
39
{
"name": "front-end",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_OPTIONS='-r next-logger' next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.7",
"@chakra-ui/system": "^1.12.1",
"@chakra-ui/theme": "^1.14.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@google-cloud/pubsub": "^2.19.0",
"@google-cloud/storage": "^5.18.3",
"axios": "^0.26.1",
"framer-motion": "^6.2.8",
"hashids": "^2.2.10",
"next-logger": "^3.0.0",
"next": "12.1.4",
"react-dom": "^17.0.0",
"react-dropzone": "^12.0.4",
"react": "^17.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@types/node": "17.0.23",
"@types/react": "^17.0.0",
"@types/react-dom": "17.0.0",
"@types/uuid": "^8.3.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"typescript": "4.6.3"
}
}