-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "emotion-of-hisashiburi",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.2",
"axios": "^0.24.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"recharts": "^2.1.6",
"recoil": "^0.5.2"
},
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.11",
"@types/node": "^16.11.12",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@vitejs/plugin-react": "^1.0.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"msw": "^0.36.3",
"prettier": "^2.5.0",
"typescript": "^4.5.2",
"vite": "^2.6.4",
"vite-plugin-env-compatible": "^1.1.1"
},
"msw": {
"workerDirectory": "public"
}
}