This repository has been archived by the owner on May 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.61 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
{
"name": "cardsity-vue-client",
"version": "0.1.0",
"description": "Web client for the Cards Against Humanity clone Cardsity",
"license": "GPL-3.0-or-later",
"homepage": "https://cardsity.app",
"repository": {
"type": "git",
"url": "https://github.com/Cardsity/vue-client.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@trainiac/html2canvas": "^1.0.0",
"core-js": "^3.8.3",
"register-service-worker": "^1.7.2",
"roboto-fontface": "*",
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vue-toasted": "^1.1.28",
"vuelidate": "^0.7.6",
"vuetify": "^2.4.3",
"vuex": "^3.6.0",
"websocket-as-promised": "^1.1.0"
},
"devDependencies": {
"@mdi/font": "^5.9.55",
"@vue/cli-plugin-babel": "~4.5.10",
"@vue/cli-plugin-eslint": "~4.5.10",
"@vue/cli-plugin-pwa": "~4.5.10",
"@vue/cli-plugin-router": "~4.5.10",
"@vue/cli-plugin-vuex": "~4.5.9",
"@vue/cli-service": "~4.5.10",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"eslint-plugin-vuetify": "^1.0.0-beta.7",
"prettier": "^2.2.1",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"vue-cli-plugin-vuetify": "~2.0.9",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0"
}
}