-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "letter-generator",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.16.5",
"awesome-debounce-promise": "^2.1.0",
"braft-editor": "^2.2.9",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
"customize-cra": "^0.2.12",
"firebase": "^5.10.0",
"formik": "^1.5.2",
"http-proxy-middleware": "^0.19.1",
"is-html": "^1.1.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"moment": "^2.24.0",
"nop": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-albus": "^2.0.0",
"react-app-rewired": "^2.1.2",
"react-dom": "^16.8.6",
"react-firebase-hooks": "^1.2.1",
"react-messenger-customer-chat": "^0.7.2",
"react-router-dom": "^5.0.0",
"react-router-prop-types": "^1.0.4",
"react-scripts": "^3.0.0",
"react-scroll": "^1.7.11",
"yup": "^0.27.0"
},
"scripts": {
"lint": "eslint ./src --ext .js",
"start": "react-app-rewired start",
"functions": "firebase serve --only functions",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-import": "^1.11.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"firebase-tools": "^6.7.1"
}
}