planet-wars/frontend/www/package.json
ajuvercr 998cb3d535
Frontend/visualiser: enhancement show ship_count in visualiser (#23)
* make all fleets fly forward

* make things beautiful
2020-04-17 21:03:43 +02:00

46 lines
1.4 KiB
JSON

{
"name": "create-wasm-app",
"version": "0.1.0",
"description": "create an app to consume rust-generated wasm packages",
"main": "./bootstrap.js",
"types": "dist/index.d.ts",
"scripts": {
"develop": "webpack --mode development --watch",
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --content-base dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rustwasm/create-wasm-app.git"
},
"keywords": [
"webassembly",
"wasm",
"rust",
"webpack",
"mozaic"
],
"dependencies": {
"config-ini-parser": "^1.2.2",
"extract-svg-path": "^2.1.0",
"load-svg": "^1.0.0",
"planetwars": "file:../pkg",
"svg-mesh-3d": "^1.1.0",
"ts-heap": "^1.1.3"
},
"author": "Arthur Vercruysse <arthur.vercruysse@outlook.com>",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/ajuvercr/Planetwars/issues"
},
"homepage": "https://github.com/ajuvercr/Planetwars#Readme",
"devDependencies": {
"webpack": "^4.29.3",
"ts-loader": "^6.0.2",
"static-eval": ">=2.0.0",
"typescript": "^3.5.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"copy-webpack-plugin": "^5.0.0"
}
}