-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.76 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "werewolves-assistant-web",
"description": "Werewolves Assistant Web is a Vue web app using the Werewolves Assistant API. Thanks to this app, being the game master of the Werewolves of Millers Hollow game is so easy !",
"version": "1.0.0-beta.12",
"private": true,
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:all": "npm run test:unit && npm run test:e2e",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^1.1.5",
"@fortawesome/fontawesome-free": "^5.15.3",
"@sentry/browser": "^6.3.5",
"@sentry/integrations": "^6.3.5",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"epic-spinners": "^1.1.0",
"fuse.js": "^6.4.6",
"howler": "^2.2.1",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"node-sass": "^5.0.0",
"particles.vue": "^2.9.3",
"popper.js": "^1.16.1",
"prerender-spa-plugin": "^3.4.0",
"qrcode.vue": "^1.7.0",
"qs": "^6.10.1",
"sass-loader": "^10.1.1",
"sweetalert2": "^10.16.6",
"uniqid": "^5.2.0",
"v-tooltip": "^2.1.3",
"vee-validate": "^3.4.5",
"vue": "^2.6.12",
"vue-backtotop": "^1.6.1",
"vue-clipboard2": "^0.3.1",
"vue-facebook-login-component": "^4.0.1",
"vue-flip": "1.0.2",
"vue-github-buttons": "^3.1.0",
"vue-google-login": "^2.0.5",
"vue-gtag": "^1.14.0",
"vue-i18n": "^8.24.4",
"vue-js-toggle-button": "^1.3.3",
"vue-keypress": "^2.1.1",
"vue-lazyload": "^1.3.3",
"vue-meta": "^2.4.0",
"vue-roller": "^1.12.4",
"vue-router": "^3.5.1",
"vue-scrollto": "^2.20.0",
"vue-select": "^3.11.2",
"vue-slider-component": "^3.2.11",
"vue-star-rating": "^1.7.0",
"vue-toasted": "^1.1.28",
"vue-tour": "^2.0.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"xss": "^1.0.8"
},
"devDependencies": {
"@vue/cli-plugin-e2e-cypress": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-unit-mocha": "^4.5.11",
"@vue/cli-plugin-vuex": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/test-utils": "^1.1.4",
"chai": "^4.3.4",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0",
"vue-template-compiler": "^2.6.12"
}
}