-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 964 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
38
{
"name": "vue-chat",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "rm -rf dist && npm run build && surge --project ./dist --domain vue-chat.surge.sh"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"date-fns": "^1.30.0",
"firebase": "^5.7.0",
"tailwindcss": "^0.7.2",
"vue": "^2.5.21",
"vue-chat-scroll": "^1.3.4",
"vue-router": "^3.0.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.1",
"@vue/cli-service": "^3.2.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-plugin-vue": "^5.0.0",
"husky": "^1.2.0",
"prettier": "1.15.3",
"pretty-quick": "^1.8.0",
"surge": "^0.20.1",
"vue-template-compiler": "^2.5.21"
}
}