forked from AyumiIgarashi/kaji-buntan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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": "test-next-firebase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"staticbuild": "next build && next export",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.1",
"@mui/lab": "^5.0.0-alpha.77",
"@mui/material": "^5.6.0",
"d3": "^7.4.4",
"firebase": "^9.6.9",
"luxon": "^2.3.1",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebaseui": "^6.0.0",
"react-swipeable-views": "^0.14.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.7.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "12.1.5",
"chart.js": "^3.7.1",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"jest": "^27.5.1",
"react-chartjs-2": "^4.1.0",
"serve": "^13.0.2"
}
}