-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.71 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"fp-ts": "^1.19.5",
"graphql-request": "^1.8.2",
"io-ts": "1.10.4"
},
"devDependencies": {
"@buildo/bento": "^15.0.1",
"@mapbox/togeojson": "^0.16.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/classnames": "^2.2.10",
"@types/cors": "^2.8.9",
"@types/express": "^4.17.9",
"@types/file-saver": "^2.0.1",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.149",
"@types/mapbox-gl": "^2.3.0",
"@types/node": "^12.0.0",
"@types/nosleep.js": "^0.9.0",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"chart.js": "^2.9.3",
"cheap-ruler": "^3.0.1",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"file-saver": "^2.0.2",
"geojson-length": "^0.1.1",
"gh-pages": "^2.2.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.3.0",
"nosleep.js": "^0.11.0",
"react": "^16.13.1",
"react-app-rewired": "^2.1.6",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-responsive-carousel": "^3.1.51",
"react-scripts": "4.0.3",
"remarkable": "^2.0.0",
"string-to-color": "^2.1.3",
"togpx": "^0.5.4",
"ts-node": "^8.8.1",
"typescript": "~4.3.2",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-google-analytics": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3",
"worker-loader": "^3.0.8"
},
"scripts": {
"web-start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"web-build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
"web-deploy": "yarn web-build && gh-pages -d build",
"server-dev-start": "yarn ts-node --files --project ./serverTsConfig.json ./devServer.ts",
"server-start": "yarn ts-node --files --project ./serverTsConfig.json server/server.ts",
"server-build": "yarn tsc --project ./serverTsConfig.json ",
"server-deploy": "yarn server-build && serverless deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": "https://bikeroutes.it",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}