-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 953 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
{
"repository": {
"url": "https://github.com/davedawkins/sutil-oxide.git"
},
"private": true,
"scripts": {
"postinstall": "dotnet tool restore",
"start:webpack": "dotnet fable watch src/App --run webpack-dev-server",
"build": "dotnet fable src/App && webpack",
"buildlib": "dotnet fable src/SutilOxide",
"clean": "dotnet fsi build.fsx --target clean",
"pack": "dotnet fsi build.fsx --target pack",
"publish": "node publish.js",
"start": "dotnet fable watch src/App -o ./src/App/public/build --run vite"
},
"devDependencies": {
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^0.28.8",
"fable-publish-utils": "^2.2.0",
"gh-pages": "^4.0.0",
"style-loader": "^0.23.1",
"toastr": "^2.1.4",
"vite": "^4.1.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.11.2"
},
"version": "1.0.0",
"dependencies": {
"ace-builds": "^1.16.0"
}
}