@osh-branches/osh-js
Version:
OSH javascript Toolkit
37 lines (36 loc) • 1.25 kB
JSON
{
"name": "osh-js",
"version": "0.0.1",
"description": "",
"main": "index.js",
"authors": {
"name": "",
"email": ""
},
"repository": "/vuepress",
"scripts": {
"init-deps": "NODE_OPTIONS='--max-old-space-size=8192' yarn install && yarn build-showcase && yarn build-showcase-dev && yarn doc",
"build-showcase": "yarn install --cwd ../../showcase/ && rm -fr ../../showcase/dist && yarn --cwd ../../showcase/ prod",
"build-showcase-dev": "yarn install --cwd ../../showcase-dev/ && rm -fr ../../showcase-dev/dist && yarn --cwd ../../showcase-dev/ prod",
"dev": "vuepress dev src",
"prod": "NODE_OPTIONS='--max-old-space-size=8192' yarn init-deps && vuepress build src",
"prod2": "vuepress build src",
"doc": "yarn --cwd ../../ documentation"
},
"license": "MIT",
"devDependencies": {
"vuepress": "1.9.10",
"vuepress-plugin-element-tabs": "0.2.8"
},
"dependencies": {
"copy-webpack-plugin": "5.1.2",
"jsdoc": "3.6.6",
"markdown-it-include": "2.0.0",
"prism-themes": "1.9.0",
"sass": "^1.72.0",
"taffydb": "2.7.3",
"underscore": "1.13.2",
"vuepress-plugin-auto-sidebar": "2.3.2",
"worker-loader": "3.0.8"
}
}