-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.01 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
{
"name": "hopper",
"version": "1.0.0",
"private": false,
"dependencies": {
"@mapbox/polyline": "mapbox/polyline",
"axios": "^0.19.0",
"css-loader": "^3.2.0",
"i18next": "^17.0.13",
"lodash": "^4.17.15",
"mapbox-gl": "^1.4.0",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-i18next": "^10.12.2",
"react-mapbox-gl": "^4.6.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass-loader": "^8.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "CI=TRUE react-scripts test --coverage --ci --reporters=default",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006",
"build-storybook": "mkdir -p ./storybook-static && touch ./storybook-static/now.json",
"testdev": "react-scripts test",
"testcoverage": "CI=TRUE react-scripts test --coverage",
"lint": "eslint ./"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@primer/css": "^13.1.0",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-info": "^5.2.8",
"@storybook/addon-knobs": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"core-js": "^3.5.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"stylelint": "^11.1.1",
"stylelint-config-primer": "^8.2.1"
}
}