forked from vuejs/vue-hackernews-2.0
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 784 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
{
"name": "vue-hackernews-2.0",
"description": "A Vue.js project",
"author": "Evan You <yyx990803@gmail.com>",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"engines": {
"node": ">=12.0",
"npm": ">=4.0"
},
"dependencies": {
"@firebase/app": "^0.6.7",
"@firebase/database": "^0.6.6",
"vue": "^3.0.0-beta.17",
"vue-router": "^4.0.0-alpha.14",
"vuex": "^4.0.0-beta.4",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0-beta.17",
"babel-eslint": "^10.1.0",
"eslint": "7.3.1",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^7.0.0-alpha.8",
"sass": "^1.26.9",
"vite": "^1.0.0-beta.8"
}
}