-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
27 lines (27 loc) · 927 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
27
{
"name": "mrchromebox.tech",
"version": "0.1.0",
"description": "MrChromebox.tech website",
"main": "index.js",
"author": "MrChromebox",
"contributors": [],
"repository": "https://github.com/mrchromebox/website/",
"scripts": {
"dev": "npm run device-table && vuepress dev .",
"dev-prod": "npm run device-table && NODE_ENV=production vuepress dev .",
"build": "npm run device-table && vuepress build .",
"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",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.14"
}
}