-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
39
40
41
42
43
44
45
46
47
{
"name": "vite-plugin-fable",
"version": "0.0.34",
"homepage": "https://nojaf.com/vite-plugin-fable/",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "bunx --bun prettier ./package.json ./index.js ./types.d.ts ./sample-project/vite.config.js ./docs/*.md ./docs/content/*.css ./docs/scripts/*.js ./docs/*.html ./.devcontainer/devcontainer.json --write && dotnet fantomas .",
"postinstall": "dotnet publish Fable.Daemon/Fable.Daemon.fsproj --nologo -c Release --ucr -p:PublishReadyToRun=true -o ./bin",
"lint": "bunx tsc"
},
"files": [
"index.js",
"cracking.fsx",
"Directory.Build.props",
"Directory.Packages.props",
"Fable.Daemon/*.fsproj",
"Fable.Daemon/**/*.fs",
"Fable.Daemon/**/*.fsi",
"Fable.Daemon/debug",
"!Fable.Daemon/obj"
],
"keywords": [],
"author": "nojaf",
"license": "Apache-2.0",
"fundinding": "https://nojaf.com/",
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@fable-org/fable-library-js": "^1.10.0",
"promise.withresolvers": "^1.0.3",
"rxjs": "^7.8.1",
"ts-lsp-client": "^1.0.3"
},
"peerDependencies": {
"esbuild": "*",
"vite": "^6.0.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"copy-to-clipboard": "^3.3.3",
"lit": "^3.2.1",
"prettier": "3.4.2",
"typescript": "5.7.3"
}
}