-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.57 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
50
51
52
53
54
55
56
57
{
"name": "frontend-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix": "yarn prettier --write src",
"gcp-build": "next build",
"deploy": "gcloud app deploy --appyaml infra/app.yaml"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/joy": "^5.0.0-alpha.53",
"@mui/material": "5.10.6",
"@mui/system": "^5.10.6",
"@mui/utils": "^5.10.6",
"@reduxjs/toolkit": "^1.8.5",
"@sentry/nextjs": "^7.20.0",
"axios": "^1.1.3",
"clsx": "^1.2.1",
"lodash.camelcase": "^4.3.0",
"next": "13",
"next-auth": "^4.18.6",
"next-redux-wrapper": "^7.0.5",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.0",
"react-redux": "^8.0.4",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"sass": "^1.55.0"
},
"devDependencies": {
"@mui/types": "^7.2.0",
"@next/bundle-analyzer": "^12.3.1",
"@redux-devtools/extension": "^3.2.3",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/webpack-env": "^1.18.0",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"typescript": "4.8.2"
}
}