-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.25 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
{
"name": "redux-dukr",
"version": "0.1.0",
"scripts": {
"start": "cross-env NODE_PATH=./src react-scripts start",
"build": "cross-env NODE_PATH=./src react-scripts build",
"test": "cross-env NODE_PATH=./src react-scripts test --env=jsdom",
"eject": "cross-env NODE_PATH=./src react-scripts eject",
"fix": "eslint --ext .js --fix src/",
"deploy": "yarn build && firebase deploy",
"firebase-init": "firebase login && firebase init"
},
"dependencies": {
"firebase": "^4.8.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"react-modal": "^3.1.11",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"styled-components": "^2.4.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"cross-env": "^5.1.3",
"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",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.2.2"
}
}