-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 896 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
{
"name": "goodideas-studio-blog",
"version": "1.0.0",
"description": "just test for now.",
"main": "index.js",
"scripts": {
"docs": "vuepress dev docs",
"build": "vuepress build docs",
"dev": "vite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/G100my/goodideas-studio-blog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/G100my/goodideas-studio-blog/issues"
},
"homepage": "https://github.com/G100my/goodideas-studio-blog#readme",
"devDependencies": {
"@vuepress/plugin-search": "^2.0.0-beta.35",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.4.0",
"prettier": "2.5.1",
"unplugin-vue-components": "^0.17.15",
"vite": "^2.7.13",
"vite-plugin-pages": "^0.20.0",
"vue-router": "^4.0.12",
"vuepress": "^2.0.0-beta.35"
}
}