-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "floorball-highlights",
"version": "1.0.0",
"private": true,
"homepage": "https://temzasse.github.io/floorball-highlights",
"dependencies": {
"babel-polyfill": "^6.26.0",
"date-fns": "^1.29.0",
"immutability-helper": "^2.4.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-components-kit": "4.2.0",
"react-dom": "^16.0.0",
"react-media": "^1.6.1",
"react-redux": "^5.0.6",
"react-scripts": "1.0.14",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-saga": "^0.15.6",
"styled-components": "2.2.1"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.7.2",
"eslint-config-airbnb": "15.1.0",
"eslint-config-react-app": "2.0.1",
"eslint-plugin-flowtype": "2.34.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.1.0",
"gh-pages": "^1.0.0",
"react-hot-loader": "^3.0.0-beta.7",
"redux-logger": "^3.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"clean:install": "rm -rf node_modules && npm install",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}