-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1009 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "kira-web-demo",
"version": "0.1.0",
"description": "Demonstration of what one can do using Kira",
"main": "webpack.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx webpack serve --config webpack.dev.js",
"build": "npx webpack --config webpack.dev.js",
"release": "npx webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Moxinilian/kira-web-demo.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Moxinilian/kira-web-demo/issues"
},
"homepage": "https://github.com/Moxinilian/kira-web-demo#readme",
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.3.1",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^2.0.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.3"
}
}