-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
{
"name": "randomizador",
"version": "0.1.0",
"private": true,
"dependencies": {
"chance": "1.0.18",
"firebase": "5.9.4",
"firebaseui": "3.5.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-drag-and-drop": "^3.0.0",
"react-redux": "7.0.2",
"react-redux-toastr": "7.4.8",
"react-router-dom": "5.0.0",
"react-scripts": "3.0.1",
"reactstrap": "8.0.0",
"redux": "4.0.1",
"redux-saga": "1.0.2"
},
"scripts": {
"start": "set https=true&&react-scripts start",
"build": "react-scripts build",
"https": "set https=true&&npm start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"net-init": "netlify init",
"net-login": "netlify login",
"net-d": "netlify deploy --dir=build",
"net-b": "npm run build && netlify deploy --dir=build",
"net-p": "netlify deploy --dir=build --prod",
"net-bp": "netlify deploy --dir=build --prod",
"lint": "eslint src -c .eslintrc.json --ext js,jsx",
"lint-fix": "eslint src -c .eslintrc.json --ext js,jsx --fix",
"prettify-all": "prettier --write \"./**/*.{js,jsx,json,css}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"netlify-cli": "2.11.11",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.1.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.19.1"
}
}