-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.7 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
{
"name": "organizer-review",
"homepage": ".",
"private": true,
"dependencies": {
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.1",
"airbnb-browser-shims": "^3.0.0",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.18.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^2.0.0",
"firebase": "^5.5.5",
"gh-pages": "^2.0.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-autosuggest": "^9.4.2",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"react-select": "^2.1.2",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d build -o upstream",
"start": "webpack-dev-server --mode development",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"lint": "./node_modules/.bin/eslint src/**/*.js*",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-preset-airbnb": "3.2.0",
"css-loader": "^1.0.0",
"cz-conventional-changelog": "^2.1.0",
"style-loader": "^0.23.1",
"webpack": "4.19.1",
"webpack-cli": "^3.1.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}