-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
{
"name": "jconf-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint --no-fix --max-warnings=0"
},
"dependencies": {
"core-js": "^3.6.5",
"firebase": "^7.19.1",
"firebase-auth": "^0.1.2",
"node-sass": "^4.14.1",
"spectre.css": "^0.5.9",
"vue": "^2.6.12",
"vue-class-component": "^7.2.3",
"vue-i18n": "^8.21.0",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.4.3"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@vue/cli-plugin-babel": "~4.5.4",
"@vue/cli-plugin-e2e-nightwatch": "~4.5.4",
"@vue/cli-plugin-eslint": "~4.5.4",
"@vue/cli-plugin-router": "~4.5.4",
"@vue/cli-plugin-typescript": "~4.5.4",
"@vue/cli-plugin-unit-jest": "~4.5.4",
"@vue/cli-service": "~4.5.4",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.1.0",
"@vue/test-utils": "^1.0.4",
"chromedriver": "85",
"eslint": "^7.7.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"flush-promises": "^1.0.2",
"geckodriver": "^1.20.0",
"jest": "^26.4.2",
"prettier": "^2.1.1",
"sass": "^1.26.5",
"sass-loader": "^10.0.1",
"ts-jest": "^26.3.0",
"typescript": "~4.0.2",
"vue-jest": "^3.0.6",
"vue-template-compiler": "^2.6.12"
}
}