-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.77 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
{
"name": "gbif-admin-starter",
"version": "1.0.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.24.16",
"axios": "^0.24.0",
"history": "^4.9.0",
"js-base64": "^2.5.1",
"leaflet": "^1.4.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"object-hash": "^1.3.1",
"prop-types": "^15.7.2",
"qs": "^6.7.0",
"react": "16.14",
"react-color": "^2.19.3",
"react-document-title": "^2.0.3",
"react-dom": "^16.9.0",
"react-intl": "^2.8.0",
"react-jss": "^8.6.1",
"react-leaflet": "^2.2.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^5.0.0",
"validator": "^13.7.0"
},
"scripts": {
"start": "concurrently \"react-scripts start\" \"npm run build:locale -- --watch\"",
"start2": "react-scripts start",
"build": "npm run build:locale; node scripts/hashTranslations.js; react-scripts build; gzipper compress ./build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start:ci": "npx serve build -s -l 3000",
"cypress:ci": "cypress run",
"build:locale": "node scripts/translations.js",
"mock:locales": "node ./scripts/generateMockLocales.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/runtime": "^7.3.1",
"chokidar": "^3.5.2",
"concurrently": "^4.1.0",
"cypress": "^9.5.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"gzipper": "^4.3.0",
"http-server": "^0.11.1",
"markdown-it": "^12.3.2",
"nodemon": "^1.18.10",
"pseudoloc": "^1.1.0",
"react-router-test-context": "^0.1.0",
"react-testing-library": "^6.0.3",
"yargs": "^13.2.2"
}
}