forked from Prepare-get-to-outside/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 816 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 816 Bytes
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
{
"name": "zzup-ui",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.4.3",
"@types/react-dom": "^17.0.11",
"next": "12.0.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tsc-watch": "^4.6.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/react": "^17.0.39",
"css-loader": "^6.6.0",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"jest": "^27.5.1",
"webpack": "^5.68.0"
}
}