-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "ferrystatus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"all:dev": "webpack --mode development",
"all:prod": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "[email protected]:nsnw/ferrystatus.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.4.2",
"babel-loader": "^8.0.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"weak-key": "^1.0.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"bootstrap": "^4.1.3",
"chart.js": "^2.7.3",
"jquery": "^3.3.1",
"npm-run-all": "^4.1.3",
"popper.js": "^1.14.6",
"ps-tree": "^1.2.0",
"react-chartjs-2": "^2.7.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1"
}
}