-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.57 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "避難所管理システム",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-export": "next build && next export",
"test-watch": "jest --watch",
"test": "jest --coverage",
"test:cypress": "cypress run --record --key $CYPRESS_RECORD_KEY",
"cypress": "cypress open"
},
"dependencies": {
"@react-google-maps/api": "^2.19.2",
"@reduxjs/toolkit": "^1.9.5",
"antd": "^5.7.3",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"chart.js": "^4.3.2",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"eslint": "8.41.0",
"formik": "^2.4.2",
"lodash": "^4.17.21",
"next": "13.4.3",
"nprogress": "^0.2.0",
"postcss": "8.4.23",
"primeflex": "3.3.0",
"primeicons": "^6.0.1",
"primereact": "9.2.3",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-drag-listview": "^2.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.2",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.3",
"rxjs": "^7.8.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.12",
"cypress": "^12.14.0",
"eslint-config-next": "^13.5.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"sass": "^1.58.3"
},
"engines": {
"node": ">=18.16.1",
"npm": ">=9.8.0"
}
}