-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.41 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.41 KB
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
{
"name": "fun-retro",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
},
"dependencies": {
"add": "^2.0.6",
"axios": "^0.19.0",
"core-js": "^3.4.3",
"express": "^4.17.1",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.11",
"material-icons": "^0.3.1",
"or": "^0.2.0",
"qrcode.vue": "^1.7.0",
"register-service-worker": "^1.6.2",
"sass": "^1.57.1",
"socket.io-client": "^2.3.0",
"vue": "^2.6.11",
"vue-i18n": "^8.0.0",
"vue-moment": "^4.1.0",
"vue-owl-carousel": "^2.0.3",
"vue-router": "^3.1.3",
"vue-smooth-dnd": "^0.8.1",
"vue-socket.io": "^3.0.7",
"vue-styled-components": "^1.4.13",
"yarn": "^1.21.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-pwa": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-unit-jest": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}