-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.27 KB
/
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
37
38
{
"name": "wasm-error-propagation-dither-comparison",
"version": "1.0.0",
"description": "A comparison or error propagation dither performance between JavaScript and WebAssembly generated via C, D, Rust and Zig.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --config webpack.config.js",
"build": "webpack --config webpack.config.js",
"deploy": "webpack --config webpack.config.js --mode='production'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allen-garvey/wasm-error-propagation-dither-comparison.git"
},
"author": "Allen Garvey",
"license": "MIT",
"bugs": {
"url": "https://github.com/allen-garvey/wasm-error-propagation-dither-comparison/issues"
},
"homepage": "https://github.com/allen-garvey/wasm-error-propagation-dither-comparison#readme",
"dependencies": {
"bootstrap": "^5.3.3",
"vue": "^3.5.12"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.5.12",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"sass": "^1.80.5",
"sass-loader": "^16.0.2",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}