forked from chrultrabook/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 915 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
{
"name": "chrultrabook",
"version": "0.1.0",
"description": "The Chrultrabook documentation",
"main": "index.js",
"author": "Chrultrabook",
"contributors": [],
"repository": "https://github.com/chrultrabook/docs/",
"scripts": {
"dev": "npm run device-table && vuepress dev src",
"dev-prod": "npm run device-table && NODE_ENV=production vuepress dev src",
"build": "npm run device-table && vuepress build src",
"device-table": "node supported-devices/index.js"
},
"license": "MIT",
"devDependencies": {
"@vuepress/bundler-webpack": "^2.0.0-rc.14",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.37",
"@vuepress/plugin-medium-zoom": "^2.0.0-rc.37",
"@vuepress/plugin-register-components": "^2.0.0-rc.37",
"@vuepress/plugin-search": "^2.0.0-rc.37",
"@vuepress/theme-default": "^2.0.0-rc.37",
"sass-loader": "^14.2.1",
"vuepress": "^2.0.0-rc.14"
}
}