|
1 | 1 | { |
2 | | - "name": "cardsity-vue-client", |
3 | | - "version": "0.1.0", |
4 | | - "description": "Web client for the Cards Against Humanity clone Cardsity", |
5 | | - "license": "GPL-3.0-or-later", |
6 | | - "homepage": "https://cardsity.app", |
7 | | - "repository": { |
8 | | - "type": "git", |
9 | | - "url": "https://github.com/Cardsity/vue-client.git" |
10 | | - }, |
11 | | - "scripts": { |
12 | | - "serve": "vue-cli-service serve", |
13 | | - "build": "vue-cli-service build", |
14 | | - "lint": "vue-cli-service lint" |
15 | | - }, |
16 | | - "dependencies": { |
17 | | - "@trainiac/html2canvas": "^1.0.0", |
18 | | - "core-js": "^3.6.5", |
19 | | - "register-service-worker": "^1.7.1", |
20 | | - "roboto-fontface": "*", |
21 | | - "vue": "^2.6.12", |
22 | | - "vue-router": "^3.4.3", |
23 | | - "vue-toasted": "^1.1.28", |
24 | | - "vuelidate": "^0.7.5", |
25 | | - "vuetify": "^2.3.10", |
26 | | - "vuex": "^3.5.1", |
27 | | - "websocket-as-promised": "^1.0.1" |
28 | | - }, |
29 | | - "devDependencies": { |
30 | | - "@mdi/font": "^5.6.55", |
31 | | - "@vue/cli-plugin-babel": "~4.5.6", |
32 | | - "@vue/cli-plugin-eslint": "~4.5.6", |
33 | | - "@vue/cli-plugin-pwa": "~4.5.6", |
34 | | - "@vue/cli-plugin-router": "~4.5.6", |
35 | | - "@vue/cli-plugin-vuex": "~4.5.6", |
36 | | - "@vue/cli-service": "~4.5.6", |
37 | | - "@vue/eslint-config-prettier": "^6.0.0", |
38 | | - "babel-eslint": "^10.1.0", |
39 | | - "eslint": "^7.9.0", |
40 | | - "eslint-plugin-prettier": "^3.1.4", |
41 | | - "eslint-plugin-vue": "^6.2.2", |
42 | | - "eslint-plugin-vuetify": "^1.0.0-beta.7", |
43 | | - "node-sass": "^4.14.1", |
44 | | - "prettier": "^2.1.2", |
45 | | - "sass": "^1.26.11", |
46 | | - "sass-loader": "^9.0.3", |
47 | | - "vue-cli-plugin-vuetify": "~2.0.7", |
48 | | - "vue-template-compiler": "^2.6.12", |
49 | | - "vuetify-loader": "^1.6.0" |
50 | | - } |
| 2 | + "name": "cardsity-vue-client", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Web client for the Cards Against Humanity clone Cardsity", |
| 5 | + "license": "GPL-3.0-or-later", |
| 6 | + "homepage": "https://cardsity.app", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/Cardsity/vue-client.git" |
| 10 | + }, |
| 11 | + "scripts": { |
| 12 | + "serve": "vue-cli-service serve", |
| 13 | + "build": "vue-cli-service build", |
| 14 | + "lint": "vue-cli-service lint" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@trainiac/html2canvas": "^1.0.0", |
| 18 | + "core-js": "^3.6.5", |
| 19 | + "register-service-worker": "^1.7.1", |
| 20 | + "roboto-fontface": "*", |
| 21 | + "vue": "^2.6.12", |
| 22 | + "vue-router": "^3.4.5", |
| 23 | + "vue-toasted": "^1.1.28", |
| 24 | + "vuelidate": "^0.7.5", |
| 25 | + "vuetify": "^2.3.12", |
| 26 | + "vuex": "^3.5.1", |
| 27 | + "websocket-as-promised": "^1.0.1" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@mdi/font": "^5.6.55", |
| 31 | + "@vue/cli-plugin-babel": "~4.5.6", |
| 32 | + "@vue/cli-plugin-eslint": "~4.5.6", |
| 33 | + "@vue/cli-plugin-pwa": "~4.5.6", |
| 34 | + "@vue/cli-plugin-router": "~4.5.6", |
| 35 | + "@vue/cli-plugin-vuex": "~4.5.6", |
| 36 | + "@vue/cli-service": "~4.5.6", |
| 37 | + "@vue/eslint-config-prettier": "^6.0.0", |
| 38 | + "babel-eslint": "^10.1.0", |
| 39 | + "eslint": "^7.10.0", |
| 40 | + "eslint-plugin-prettier": "^3.1.4", |
| 41 | + "eslint-plugin-vue": "^7.0.0", |
| 42 | + "eslint-plugin-vuetify": "^1.0.0-beta.7", |
| 43 | + "node-sass": "^4.14.1", |
| 44 | + "prettier": "^2.1.2", |
| 45 | + "sass": "^1.26.11", |
| 46 | + "sass-loader": "^10.0.2", |
| 47 | + "vue-cli-plugin-vuetify": "~2.0.7", |
| 48 | + "vue-template-compiler": "^2.6.12", |
| 49 | + "vuetify-loader": "^1.6.0" |
| 50 | + } |
51 | 51 | } |
0 commit comments