projects
/
recipes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add frontend tests and other stuff
[recipes.git]
/
frontend
/
package.json
1
{
2
"scripts": {
3
"build": "webpack",
4
"serve": "webpack serve"
5
},
6
"devDependencies": {
7
"@wasm-tool/wasm-pack-plugin": "1.5.0",
8
"html-webpack-plugin": "^5.3.2",
9
"text-encoding": "^0.7.0",
10
"webpack": "^5.75.0",
11
"webpack-cli": "^4.10.0",
12
"webpack-dev-server": "^3.11.2"
13
}
14
}