learn-wgpu/package.json
2023-03-25 14:42:50 -06:00

27 lines
865 B
JSON

{
"name": "learn-wgpu",
"version": "1.0.0",
"description": "Learning wgpu with Rust",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_OPTIONS=--openssl-legacy-provider; ./build-wasm.sh && vuepress dev docs",
"build": "NODE_OPTIONS=--openssl-legacy-provider; ./build-wasm.sh && vuepress build docs",
"deploy": "sh deploy.sh",
"just-build": "NODE_OPTIONS=--openssl-legacy-provider; vuepress build docs",
"just-dev": "NODE_OPTIONS=--openssl-legacy-provider; vuepress dev docs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.5",
"vuepress": "^1.9.5",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-seo": "^0.2.0",
"vuepress-theme-thindark": "^1.0.1"
}
}