-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.92 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.8.2",
"react-autosize-textarea": "^7.0.0",
"react-dom": "^16.8.2",
"react-intl": "^2.9.0",
"react-scripts": "2.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": [
"airbnb",
"prettier"
],
"rules": {
"linebreak-style": 0,
"no-unused-vars": 0,
"no-case-declarations": 0,
"no-underscore-dangle": 0,
"no-param-reassign": 0,
"camelcase": 0,
"import/prefer-default-export": 0,
"import/no-extraneous-dependencies": 0,
"import/no-named-as-default": 0,
"import/no-unresolved": 0,
"react/prop-types": 0,
"react/prefer-stateless-function": 0,
"react/jsx-filename-extension": 0,
"react/jsx-one-expression-per-line": 0,
"react/no-unescaped-entities": 0
},
"env": {
"browser": true
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"axios": "^0.18.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"html2canvas": "^1.0.0-alpha.12",
"immer": "^2.1.4",
"include-media": "^1.4.9",
"input-moment": "^0.4.0",
"mdbreact": "^4.11.1",
"node-sass": "^4.11.0",
"open-color": "^1.6.3",
"react-color": "^2.17.0",
"react-contenteditable": "^3.2.6",
"react-easy-crop": "^1.10.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-timeago": "^4.4.0",
"recharts": "^1.5.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.3.0"
},
"proxy": "https://hello-idea.2muni.com"
}