-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 946 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
{
"name": "pomopomo",
"version": "0.5.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"release": "zx scripts/release.mjs"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.3",
"@nivo/core": "^0.73.0",
"@nivo/line": "^0.73.0",
"@reduxjs/toolkit": "^1.6.1",
"d3": "^7.1.1",
"react": "^17.0.0",
"react-animate-mount": "^1.0.1",
"react-dom": "^17.0.0",
"react-icons": "^4.2.0",
"react-redux": "^7.2.5"
},
"devDependencies": {
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.3.4",
"bumpp": "^7.1.1",
"child_process": "^1.0.2",
"fs-extra": "^10.0.0",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.9",
"typescript": "^4.3.2",
"vite": "^2.5.2",
"zx": "^4.2.0"
}
}