-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "5.6.0",
"node": "9.5.0"
},
"dependencies": {
"@types/react": "^16.4.16",
"bootstrap": "^4.1.3",
"bootstrap-table": "^1.12.1",
"firebase": "^5.5.2",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-json-table": "^0.1.1",
"react-scripts": "1.1.5",
"react-tabelify": "^2.0.4",
"reactstrap": "^6.4.0",
"ts-react-json-table": "^0.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.20.2",
"webpack-dev-server": "^3.1.9"
}
}