-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.06 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
{
"name": "opp-front",
"version": "0.3.3",
"private": true,
"dependencies": {
"@babel/runtime": "~7.5.4",
"@blueprintjs/core": "~3.17.1",
"@blueprintjs/datetime": "~3.11.0",
"@blueprintjs/icons": "~3.9.1",
"@blueprintjs/select": "~3.9.0",
"@mapbox/mapbox-gl-sync-move": "^0.2.0",
"@terralego/core": "^1.27.0",
"classnames": "^2.2.6",
"deepmerge": "^4.2.2",
"file-saver": "~2.0.2",
"final-form": "^4.20.2",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^4.1.1",
"i18next-xhr-backend": "^3.2.2",
"mapbox-gl": "^1.13.0",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.6.2",
"react": "^16.14.0",
"react-ctx-connect": "^1.0.1",
"react-dnd": "~9.3.2",
"react-dnd-html5-backend": "~9.3.2",
"react-dom": "^16.14.0",
"react-final-form": "^6.5.3",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.6",
"react-paginate": "^6.3.0",
"react-query": "^3.13.12",
"react-router-dom": "^5.2.0",
"throttleit": "^1.0.0"
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@types/jest": "^23.3.10",
"babel-eslint": "^10.1.0",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "~1.14.0",
"eslint-config-makina": "^4.0.0",
"eslint-config-prettier": "^7.2.0",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"react-scripts": "^4.0.2",
"react-test-renderer": "^16.6.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"postbuild": "echo $npm_package_version > build/build.txt && git describe >> build/build.txt && date -R >> build/build.txt",
"test": "craco test",
"lint": "eslint src",
"coverage": "npm test -- --coverage",
"version": "git changelog -n -t $npm_package_version && git add CHANGELOG.md"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js",
"!src/App.js",
"!src/index.js"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}