-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 997 Bytes
/
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
{
"private": true,
"workspaces": [
"backend/pictodaemon",
"frontend/pictonode-web",
"libraries/libnode",
"backend/plugin-backend",
"backend/web-backend"
],
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@vue/compiler-sfc": "^3.2.47",
"chai": "^4.3.7",
"commander": "^10.0.0",
"css-loader": "^6.7.2",
"gulp": "^4.0.0",
"gulp-typescript": "^2.12.2",
"mocha": "^10.2.0",
"prettier": "^2.8.3",
"readable-stream": "^4.3.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vue-loader": "^17.0.1",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-plugin-vuetify": "^2.0.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"vuex": "^4.0.2"
}
}