-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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": "bsm-deploy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "cross-env ANALYZE=true NODE_ENV=production next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@monaco-editor/react": "^4.5.1",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"@next/bundle-analyzer": "^13.4.8",
"@svgr/webpack": "^8.0.1",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.3.4",
"cross-env": "^7.0.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"monaco-editor": "^0.38.0",
"next": "^13.4.4",
"next-pwa": "^5.6.0",
"next-seo": "^6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.7",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"sharp": "^0.32.1",
"typescript": "4.9.5",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"autoprefixer": "^10.4.14",
"compression-webpack-plugin": "^10.0.0",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}