-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.35 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
{
"name": "prellone-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"axios": "^0.18.0",
"i": "^0.3.6",
"npm": "^6.4.1",
"react": "^16.5.2",
"react-datepicker": "^1.8.0",
"react-dom": "^16.5.2",
"react-file-picker": "0.0.5",
"react-google-picker": "0.0.9",
"react-rte": "^0.16.1",
"react-scripts": "2.0.4",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"bootstrap": "^4.1.3",
"bootswatch": "^4.1.3",
"css-loader": "^1.0.0",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4",
"popper.js": "^1.14.4",
"react-beautiful-dnd": "^9.0.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"reactstrap": "^6.4.0",
"redux": "^4.0.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"prod": "serve -s ./build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}