learn-wgpu/package.json

27 lines
629 B
JSON
Raw Normal View History

2019-10-16 23:35:58 +00:00
{
"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",
"docs:dev": "vuepress dev docs",
2019-10-22 18:54:40 +00:00
"docs:build": "vuepress build docs",
"deploy": "sh deploy.sh"
2019-10-16 23:35:58 +00:00
},
"author": "",
"license": "ISC",
"devDependencies": {
2019-11-14 23:41:16 +00:00
"@vuepress/plugin-back-to-top": "^1.2.0",
"vuepress": "^1.2.0",
"vuepress-plugin-seo": "^0.1.2"
2019-10-22 00:29:38 +00:00
},
"dependencies": {
"vuepress-plugin-code-copy": "^1.0.4-alpha",
"vuepress-theme-thindark": "^1.0.1"
2019-10-16 23:35:58 +00:00
}
}