forked from littlebyteorg/appledb-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 875 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
{
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-beta.27",
"sharp": "^0.30.3",
"yarn": "^1.22.17"
},
"name": "appledb-web",
"version": "1.0.0",
"main": "index.js",
"repository": "github.com/emiyl/appledb-web",
"author": "emiyl <[email protected]>",
"license": "MIT",
"devDependencies": {
"@vue/component-compiler-utils": "3.3.0",
"@vuepress/plugin-register-components": "2.0.0-beta.27",
"@vuepress/plugin-search": "2.0.0-beta.27",
"@vuepress/shared-utils": "1.8.2",
"markdown-it-include": "^2.0.0",
"vuepress": "2.0.0-beta.27"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "node generateImages.js && vuepress build docs",
"ghbuild": "node generateImages.js && NODE_OPTIONS=--max_old_space_size=16384 vuepress build docs"
}
}