-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
34 lines (34 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
{
"name": "nodebook",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"date": "node update-time.js",
"docs:dev": "vuepress dev text",
"dev": "npm run docs:dev",
"docs:build": "vuepress build text",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider npm run docs:build",
"pdf": "vuepress export text",
"preview": "cd output && anywhere 8888"
},
"repository": "[email protected]:yunnysunny/nodebook.git",
"author": "yunnysunny <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.10",
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-google-analytics": "^1.9.10",
"@vuepress/plugin-nprogress": "^1.9.10",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"markdown-it-disable-url-encode": "^1.0.1",
"simple-git": "^3.24.0",
"vuepress": "^1.9.10",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-go-top": "^1.0.4",
"vuepress-plugin-sitemap": "^2.3.1"
}
}