Skip to content
Snippets Groups Projects
Commit 0251eabe authored by Ashley Williams's avatar Ashley Williams
Browse files

feat(deps): add webpack dependencies

parent dfbb0471
No related branches found
No related tags found
No related merge requests found
node_modules
This diff is collapsed.
{
"name": "create-wasm-app",
"version": "0.0.0",
"description": "",
"description": "create an app to consume rust-generated wasm packages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rustwasm/create-wasm-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"webassembly",
"wasm",
"rust",
"webpack"
],
"author": "Ashley Williams <ashley666ashley@gmail.com>",
"license": "MIT/APACHE2",
"bugs": {
"url": "https://github.com/rustwasm/create-wasm-app/issues"
},
"homepage": "https://github.com/rustwasm/create-wasm-app#readme"
"homepage": "https://github.com/rustwasm/create-wasm-app#readme",
"dependencies": {
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment