-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "vue-chat1",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "npm run build",
"start": "node server.js",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"deploy:fb": "firebase deploy --only functions"
},
"dependencies": {
"bootstrap": "^4.5.0",
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^4.0.0",
"core-js": "^3.6.4",
"express": "^4.17.1",
"express-static-gzip": "^2.0.6",
"firebase": "^7.14.5",
"jquery": "^3.5.1",
"node": "^14.3.0",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"serve-static": "^1.14.1",
"vue": "^2.6.11",
"vue-chat-scroll": "^1.4.0",
"vue-router": "^3.1.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-unit-jest": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1",
"vue-template-compiler": "^2.6.11"
}
}