-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
39
40
{
"name": "docset-generator",
"version": "0.1.0",
"description": "Dash 文档生成器",
"main": "build.js",
"scripts": {
"build": "node build.js",
"build:vue": "npm run build -- vue",
"build:vuex": "npm run build -- vuex",
"build:php": "npm run build -- php",
"build:vue-router": "npm run build -- vue-router",
"build:laravel": "npm run build -- laravel",
"build:html": "npm run build -- html",
"build:css": "npm run build -- css",
"build:http": "npm run build -- http",
"build:java": "npm run build -- java",
"build:javascript": "npm run build -- javascript",
"build:composer": "npm run build -- composer",
"build:react": "npm run build -- react",
"build:redux": "npm run build -- redux",
"build:phpunit": "npm run build -- phpunit",
"build:redis": "npm run build -- redis"
},
"dependencies": {
"@types/cheerio": "^0.22.18",
"@types/node": "^14.0.1",
"@types/puppeteer": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"puppeteer": "^3.1.0",
"sqlite-sync": "^0.3.9",
"sync-exec": "^0.6.2"
},
"keywords": [
"Dash",
"Node",
"Docset",
"Documentation"
],
"license": "Apache-2.0"
}