-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "plondon.dev",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.23",
"@types/node": "12.12.12",
"@types/ramda": "^0.26.36",
"@types/react": "16.9.13",
"@types/react-addons-css-transition-group": "^15.0.5",
"@types/react-dom": "16.9.4",
"@types/styled-components": "5.1.2",
"axios": "0.19.0",
"dot-env": "0.0.1",
"eslint-plugin-sort-imports-es6-autofix": "0.5.0",
"leaflet": "1.3.1",
"leaflet.polyline.snakeanim": "0.2.0",
"mapbox-gl-leaflet": "^0.0.11",
"netlify-cli": "2.21.0",
"netlify-lambda": "1.6.3",
"npm-run-all": "4.1.5",
"polished": "^3.4.2",
"polyline-encoded": "^0.0.8",
"ramda": "^0.26.1",
"react": "16.12.0",
"react-addons-css-transition-group": "15.6.2",
"react-dom": "16.12.0",
"react-scripts": "3.2.0",
"react-styled-flexboxgrid": "3.1.0",
"styled-components": "5.1.1",
"typescript": "3.7.2"
},
"scripts": {
"start": "run-p start:**",
"start:app": "react-scripts start",
"start:lambda": "netlify-lambda serve src/lambda",
"build": "run-p build:**",
"build:app": "react-scripts build",
"build:lambda": "netlify-lambda build src/lambda",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}