-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.84 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.84 KB
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
{
"name": "react-crime-map",
"version": "0.1.0",
"private": true,
"license": "MIT License",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.24",
"@fortawesome/free-solid-svg-icons": "^5.11.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@storybook/addon-actions": "^4.0.9",
"@storybook/react": "^4.0.9",
"axios": "^0.21.2",
"date-fns": "^1.30.1",
"gh-pages": "^2.0.1",
"html-react-parser": "^0.6.1",
"immutability-helper": "^2.8.1",
"leaflet": "^1.3.4",
"lodash": "^4.17.21",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-leaflet": "^2.0.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-spinners": "^0.4.7",
"recharts": "^1.3.4",
"redux": "^4.0.0",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0",
"styled-components": "^4.1.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9001 -c .storybook",
"flow": "flow",
"eslint-check": "eslint --print-config .eslintrc.json | eslint-config-prettier-check"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"cypress": "^3.4.1",
"deep-freeze": "^0.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-jest": "^22.1.2",
"flow-bin": "^0.110.1",
"redux-devtools-extension": "^2.13.5"
},
"homepage": "https://melancholy14.github.io/react-crime-map"
}