-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.59 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": "react-project-template",
"version": "0.1.1",
"private": true,
"homepage": "https://visors.icgc.cat/focalbosc/",
"dependencies": {
"@geostarters/common": "^0.3.3",
"@geostarters/react-components": "^0.3.14",
"dotenv": "^8.2.0",
"eslint-plugin-flowtype": "^3.13.0",
"mapbox-gl": "^1.13.0",
"mapbox-gl-compare": "^0.2.1",
"react": "^16.14.0",
"react-device-detect": "^1.15.0",
"react-dom": "^16.14.0",
"react-query-params": "^1.0.9",
"react-scripts": "5.0.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0"
},
"scripts": {
"lint": "eslint --fix --cache --ignore-path .gitignore src",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test-flow": "flow .",
"build-docs": "documentation build --github --format json --config ./docs/documentation.yml --output docs/components/api.json src/index.js",
"lint-docs": "documentation lint src/index.js",
"generate-json": "node ./src/scripts/generateJSON.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@geostarters/eslint-config": "^0.0.6",
"documentation": "^14.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.1",
"eslint-plugin-jest": "^22.21.0",
"fast-csv": "^4.3.6",
"flow-bin": "^0.89.0",
"moment": "^2.29.4",
"proj4": "^2.7.0"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}