-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.9 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
{
"name": "plan2adapt-v2-sketch",
"version": "2.3.0",
"private": true,
"dependencies": {
"@craco/craco": "^7.1.0",
"axios": "^0.28.0",
"bootstrap": "^4.3.1",
"buffer": "^6.0.3",
"c3": "^0.7.20",
"classnames": "^2.2.6",
"js-yaml": "^3.13.1",
"leaflet": "^1.4.0",
"lethargy": "^1.0.9",
"lodash": "^4.17.21",
"path-browserify": "^1.0.1",
"pcic-react-components": "git+https://git@github.com/pacificclimate/pcic-react-components.git#3.1.0",
"pcic-react-external-text": "git+https://git@github.com/pacificclimate/pcic-react-external-text.git#1.0.0",
"pcic-react-leaflet-components": "git+https://git@github.com/pacificclimate/pcic-react-leaflet-components.git#1.2.2",
"process": "^0.11.10",
"proj4": "^2.7.5",
"proj4leaflet": "^1.0.2",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-bootstrap": "^1.6.1",
"react-dom": "^16.13.1",
"react-icons": "^3.5.0",
"react-leaflet": "^2.8.0",
"react-loader": "^2.4.5",
"react-markdown": "^4.0.6",
"react-measure": "^2.3.0",
"react-scripts": "^5.0.1",
"react-select": "^2.3.0",
"stream-browserify": "^3.0.0",
"url-join": "^4.0.0",
"wkt": "^0.1.1",
"xml-js": "^1.6.9"
},
"devDependencies": {
"jest-each": "^24.7.1",
"prettier": "^1.16.4",
"react-test-renderer": "^16.8.6"
},
"scripts": {
"start": "craco start",
"start-env": "REACT_APP_VERSION=\"$(./generate-commitish.sh)\" craco start",
"build": "craco build",
"build-serve": "craco build && serve -s build -l 3001",
"build-update": "cp ./public/external-text/default.yaml ./build/external-text/default.yaml",
"test": "craco test",
"eject": "react-scripts eject",
"reinstall": "rm -rf ./node_modules && npm install"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}