-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "ssbutw",
"version": "1.0.0",
"private": true,
"description": "NodeCG bundle (Scoreboard) for Super Smash Bros Ultimate(Special)",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest ../ssbutw",
"lint": "vue-cli-service lint",
"watch": "vue-cli-service build --watch --no-clean --dest ../ssbutw",
"build-dist": "vue-cli-service build"
},
"dependencies": {
"file-saver": "^2.0.2",
"glob": "^7.1.4",
"gsap": "^2.1.3",
"vue": "^2.6.10",
"vue-i18n": "^8.11.2",
"vuedraggable": "^2.21.0",
"vuetify": "^1.5.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"terser": "^3.17.0",
"vue-cli-plugin-i18n": "^0.5.1",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.2.2"
}
}