-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "covid-occupancy-tracker",
"version": "1.0.0-PRERELEASE",
"description": "Webapp for tracking the number of people in a building, designed for a specific grocery store chain.",
"author": "Lua MacDougall <luawhat@gmail.com> (https://lua.wtf/)",
"license": "UNLICENSED",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "firebase deploy"
},
"devDependencies": {
"@types/node": "^14.0.12",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"@vue/cli": "^4.4.1",
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-plugin-router": "^4.4.1",
"@vue/cli-plugin-typescript": "^4.4.1",
"@vue/cli-plugin-vuex": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^7.1.0",
"eslint-plugin-vue": "^7.0.0-alpha.6",
"firebase-tools": "^8.4.1",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"typescript": "^3.9.3",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"core-js": "^3.6.5",
"firebase": "^7.14.6",
"focus-visible": "^5.1.0",
"tslib": "^2.0.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.3.2",
"vuex": "^3.4.0",
"vuex-i18n": "^1.13.1",
"wicg-inert": "^3.0.3"
}
}