-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "Kryptonite",
"dependencies": {
"apexcharts": "^3.19.0",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.11.0",
"node-waves": "^0.7.6",
"path": "^0.12.7",
"popper.js": "^1.16.1-lts",
"vue": "^2.6.11",
"vue-carousel": "^0.18.0",
"vue-router": "^3.1.6",
"vuelidate": "^0.7.5",
"zingchart": "^2.9.3",
"zingchart-vue": "^2.0.3"
},
"devDependencies": {
"css-loader": "^3.5.3",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.0",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"js-watch": "webpack --mode=development --watch",
"js-dev": "webpack --mode=development",
"js-prod": "webpack --mode=production",
"css-watch": "sass --watch scss/main.scss:public/css/app.css",
"css-dev": "sass scss/main.scss:public/css/app.css",
"css-prod": "sass scss/main.scss:public/css/app.css --style compressed"
},
"author": "Klodovsky",
"bugs": {
"url": "https://github.com/Klodovskyy"
}
}