forked from cfw-guide/ios.cfw.guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 737 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 737 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
{
"name": "ios.cfw.guide",
"version": "1.0.0",
"main": "index.js",
"repository": "github.com/cfw-guide/ios.cfw.guide",
"author": "emiyl <[email protected]>",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-register-components": "2.0.0-beta.49",
"@vuepress/plugin-search": "2.0.0-beta.49",
"markdown-it-container": "^3.0.0",
"markdown-it-include": "^2.0.0",
"vuepress": "2.0.0-beta.49"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"ghbuild": "NODE_OPTIONS=--max_old_space_size=16384 vuepress build docs"
},
"dependencies": {
"marked": "^4.0.16",
"sync-request": "^6.1.0"
}
}