-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.94 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.94 KB
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
64
65
66
67
68
69
70
71
72
{
"name": "bletcher-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"animate.css": "^3.7.2",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"camelcase": "^6.0.0",
"classnames": "^2.2.6",
"comma-number": "^2.0.1",
"cropperjs": "^1.5.9",
"dotenv": "^8.2.0",
"immutable": "^4.0.0-rc.12",
"moment": "2.29.1",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.11.0",
"react-background-slider": "^1.2.0",
"react-cropper": "^1.3.0",
"react-dom": "^16.11.0",
"react-images-upload": "^1.2.7",
"react-photo-gallery": "^8.0.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-router-prop-types": "^1.0.4",
"react-scripts": "^3.3.0",
"react-scroll": "^1.7.16",
"reactstrap": "^8.1.1",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"styled-components": "^4.4.1",
"wowjs": "^1.1.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "4.0.0",
"prettier": "^2.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.js src/**/*.jsx",
"format": "eslint src/**/*.js src/**/*.jsx --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}