-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "rengorum",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.1",
"draft-js": "^0.10.5",
"immutable": "^3.8.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-draft-wysiwyg": "^1.13.2",
"react-dropzone": "^4.2.9",
"react-redux": "^6.0.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.87.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prettier": "prettier --config .prettierrc --write \"src/**/*.js\""
},
"devDependencies": {
"prettier": "1.14.3"
},
"resolutions": {
"lodash": ">=4.17.15",
"jquery": ">=3.4.0",
"set-value": ">=2.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}