-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 989 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
34
35
36
{
"name": "wasm-edgy",
"version": "0.1.0",
"main": "index.js",
"author": "Paul Simk <[email protected]>",
"license": "ISC",
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build-tools/config/webpack.dev.config.js",
"build": "node build-tools/scripts/build.js",
"preview": "http-server ./dist"
},
"bin": {
"create-rust-webpack": ".bin/create-rust-webpack.js"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^0.2.3",
"chalk": "^2.4.2",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"prettier": "^1.16.4",
"querystring": "^0.2.0",
"shelljs": "^0.8.3",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-webpack-plugin": "^2.0.2",
"typescript": "^3.3.1",
"webpack": "^4.23.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
}
}