-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 981 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
{
"author": "Alvin Wong <[email protected]>",
"name": "web-wasm",
"version": "0.1.0",
"scripts": {
"build": "rimraf dist pkg && webpack",
"start": "rimraf dist pkg && webpack-dev-server --open -d",
"test": "cargo test && wasm-pack test --headless"
},
"devDependencies": {
"@types/codemirror": "0.0.96",
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"copy-webpack-plugin": "^5.1.2",
"git-revision-webpack-plugin": "^3.0.6",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.11.3",
"workerize-loader": "^1.3.0"
},
"dependencies": {
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"buefy": "^0.8.20",
"codemirror": "^5.65.1",
"css-loader": "^3.6.0",
"file-loader": "^6.2.0",
"style-loader": "^1.3.0",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"wasm-pack": "^0.12.1"
}
}