path:
/package.json
727 B | plain
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
{
"name": "ctucx.things",
"type": "module",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "mkdir -p ./public/dist && webpack-cli --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://git.ctu.cx/ctucx.things"
},
"author": "",
"license": "GPL-2.0",
"dependencies": {
"dragula": "^3.7.2",
"sass": "1.32.0",
"lodash": "4.17.20",
"vue": "2.6.12",
"vue-color-picker-wheel": "0.4.3",
"vue-router": "^3.4.9",
"vue-template-compiler": "2.6.12",
"vuex": "3.6.0",
"webpack": "5.11.1",
"sass-loader": "10.1.0",
"css-loader": "3.5.3",
"vue-loader": "15.9.6",
"mini-css-extract-plugin": "1.3.3"
},
"devDependencies": {
"webpack-cli": "^4.3.0"
}
}