-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "web5-tabata",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --no-lint",
"prebuild": "node src/scripts/gitVersion.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@mui/material-nextjs": "^5.15.11",
"@web5/api": "^0.9.2",
"babel-loader": "^9.1.3",
"crypto-browserify": "^3.12.0",
"formik": "^2.4.6",
"next": "14.2.3",
"next-pwa": "^5.6.0",
"process": "^0.11.10",
"react": "^18",
"react-calendar-heatmap": "^1.9.0",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-tippy": "^1.4.0",
"redux": "^5.0.1",
"stream-browserify": "^3.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-calendar-heatmap": "^1.6.7",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}