-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"name": "myBlog",
"version": "1.0.0",
"author": "reco_luan",
"scripts": {
"start": "SET NODE_OPTIONS=--openssl-legacy-provider && yarn dev",
"dev": "vuepress dev MyBlog/. --open --host \"localhost\"",
"build": "vuepress build MyBlog/."
},
"devDependencies": {
"@vuepress-reco/vuepress-plugin-kan-ban-niang": "^1.0.5",
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.7",
"prettier": "2.8.0",
"vue-canvas-effect": "^0.0.12",
"vuepress": "1.8.2",
"vuepress-plugin-boxx": "^0.0.7",
"vuepress-plugin-cursor-effects": "^1.1.4",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-go-top": "^1.0.4",
"vuepress-plugin-sakura": "^1.2.1",
"vuepress-theme-reco": "1.6.10"
},
"description": "mumu 's blog",
"dependencies": {
"@vue/compiler-dom": "^3.2.45",
"@vuepress-reco/vuepress-plugin-bgm-player": "^1.1.4",
"better-scroll": "^2.4.2",
"typed.js": "^2.0.12",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuepress-plugin-nuggets-style-copy": "^1.0.3"
},
"browserslist": [
"last 2 version",
"> 1%",
"not dead"
]
}