forked from BureauTech/BureAuto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 936 Bytes
/
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
{
"name": "client",
"version": "1.0.0",
"author": "BureauTech",
"scripts": {
"build": "vue-cli-service build",
"dev": "vue-cli-service serve --port 3001 --open"
},
"dependencies": {
"axios": "^0.21.3",
"core-js": "^3.6.5",
"file-saver": "^2.0.5",
"pg": "^8.7.1",
"socket.io-client": "^4.3.2",
"vue": "^2.6.14",
"vue-advanced-chat": "^1.2.2",
"vue-router": "^3.2.0",
"vue-socket.io": "^3.0.10",
"vue-toasted": "^1.1.28",
"vuetify": "^2.4.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.17.0",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.4.2",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
},
"keywords": [],
"license": "ISC"
}