-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
50
51
52
53
54
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "rm -rf ../public/{js,css,img} && vue-cli-service build --no-clean",
"dev": "ts-node-dev backend/server.ts"
},
"dependencies": {
"@mdi/font": "5.9.55",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"date-fns": "^2.23.0",
"dotenv": "^10.0.0",
"firebase": "^9.2.0",
"register-service-worker": "^1.7.1",
"roboto-fontface": "*",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuetify": "^2.4.0",
"vuex": "^3.4.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"reflect-metadata": "^0.1.13",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1",
"sqlite3": "^5.0.2",
"typeorm": "^0.2.32",
"uuid": "^8.3.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "^3.12.1",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "^2.4.1",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0",
"@types/express": "^4.17.11",
"@types/socket.io": "^2.1.13",
"@types/uuid": "^8.3.0",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}