-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 762 Bytes
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
{
"name": "stories-base",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://mingmoth.github.io/stories-base/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"dotenv": "^16.3.1",
"firebase": "^9.23.0",
"vue": "^3.2.47",
"vuefire": "^3.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.15.1",
"gh-pages": "^6.1.1",
"sass": "^1.63.6",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1"
}
}