-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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": "mavni-status-report",
"version": "1.0.0",
"description": "",
"main": "custom.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"build": "webpack",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syson16/mavni-status-report.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/syson16/mavni-status-report/issues"
},
"homepage": "https://github.com/syson16/mavni-status-report#readme",
"devDependencies": {
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"bootstrap": "^4.1.2",
"chart.js": "^2.7.3",
"datatables": "^1.10.18",
"datatables.net-fixedcolumns": "^3.2.6",
"datatables.net-plugins": "^1.10.18",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"popper.js": "^1.14.6"
}
}