generated from geoloniamaps/pwamap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.86 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
62
63
64
65
{
"name": "govote-kawasaki",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mapbox/geojson-extent": "^1.0.1",
"@material-ui/core": "^5.0.0-beta.5",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@turf/turf": "^6.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"chalk": "^5.0.1",
"icon-gen": "^3.0.0",
"next-qrcode": "^2.0.0",
"pwa-asset-generator": "^6.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.2.2",
"react-scripts": "4.0.3",
"react-select": "^5.2.2",
"react-share": "^4.4.0",
"react-stars": "^2.2.5",
"typescript": "~4.6.2"
},
"scripts": {
"start": "node bin/config.js http://localhost:3000/ && react-scripts start",
"build": "node bin/config.js $npm_config_repository && react-scripts build",
"build:assets": "pwa-asset-generator public/logo.svg ./public/ --index ./public/index.html --manifest ./public/manifest.json --favicon true",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"homepage": "./",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-router-dom": "^5.3.3",
"@types/react-stars": "^2.2.1",
"axios": "^0.26.1",
"node-fetch": "2",
"sass": "^1.49.9",
"yaml": "^1.10.2"
}
}