-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
26 lines (26 loc) · 951 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
{
"author": "FlareFlo",
"name": "wt_data_sheets_wasm",
"version": "0.1.0",
"scripts": {
"build": "rimraf dist pkg && sass --no-source-map static/scss:static/css && webpack --mode production --node-env=production",
"start": "rimraf dist pkg && webpack-dev-server --mode development --node-env=dev",
"start_sass": "sass --no-source-map --watch static/scss:static/css",
"test": "cargo test && wasm-pack test --headless",
"update": "cargo update;git submodule update --remote;git pull"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"copy-webpack-plugin": "^11.0.0",
"rimraf": "^3.0.2",
"webpack": "^5.85.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"workbox-webpack-plugin": "^6.5.3"
},
"dependencies": {
"mathjax": "^3.2.0",
"webpack-watch-external-files-plugin": "^1.0.0",
"workbox-cli": "^6.5.4"
}
}