-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.41 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
44
45
46
47
48
49
50
51
{
"name": "saipage",
"version": "0.0.0",
"private": true,
"description": "A diceroll tool for TRPG",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "gh-pages -d dist"
},
"author": "SAKATA Sinji",
"license": "MIT",
"engines": {
"node": "16"
},
"dependencies": {
"axios": "^0.21.4",
"core-js": "^3.6.5",
"query-string": "^6.13.1",
"vue": "^2.6.11",
"vue-analytics": "^5.17.0",
"vue-class-component": "^7.2.2",
"vue-property-decorator": "^8.5.1",
"vuetify": "^2.3.4",
"vuex": "^3.5.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-typescript": "^4.5.15",
"@vue/cli-plugin-vuex": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.1",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.0.0",
"eslint-plugin-vuetify": "^1.1.0",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"typescript": "~3.7.5",
"vue-cli-plugin-vuetify": "^2.0.6",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.6.0"
}
}