-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
27 lines (27 loc) · 865 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
{
"name": "webpack",
"version": "1.0.0",
"description": "Example of using WASM parser with webpack and babel",
"main": "index.js",
"scripts": {
"start": "webpack serve",
"build-dev": "webpack",
"build": "NODE_OPTIONS=--experimental-wasm-modules NODE_ENV=production webpack -c webpack.config.prod.mjs"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"babel-loader": "^9.1.0",
"babel-plugin-transform-diffhtml": "file:../../../babel-plugin-transform-diffhtml",
"diffhtml": "^1.0.0-beta.29",
"diffhtml-rust-parser": "file:../../",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-virtual-modules": "^0.4.6"
},
"keywords": [],
"author": "Tim Branyen (@tbranyen)",
"license": "MIT"
}