-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "mls-demo-react",
"version": "0.1.0",
"homepage": "https://zeckdude.github.io/mls-demo-react",
"private": true,
"dependencies": {
"axios": "^0.17.0",
"dot-prop-immutable-chain": "0.0.3",
"leaflet": "^1.2.0",
"leaflet-draw": "0.4.13",
"leaflet-sprite": "^1.0.0",
"lodash": "^4.17.4",
"nuka-carousel": "^3.0.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-leaflet": "^1.7.1",
"react-leaflet-draw": "^0.16.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.1.1",
"react-router-last-location": "^1.0.3",
"react-scripts": "1.0.14",
"react-slick": "^0.15.4",
"react-transition-group": "^1.2.1",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-thunk": "^2.2.0",
"rodal": "^1.6.1",
"uikit": "^3.0.0-beta.33"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"predeploy": "npm run build",
"deploy" : "npm run build&&gh-pages -d build"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"gh-pages": "^1.1.0"
}
}