-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
32 lines (32 loc) · 1.18 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
{
"private": true,
"scripts": {
"install": "dotnet tool restore",
"publish": "dotnet fsi build.fsx publish",
"test": "dotnet fable test -o build/test --run web-test-runner build/test/*Test.js --node-resolve",
"test:watch": "dotnet fable watch test -o build/test --run web-test-runner build/test/*Test.js --node-resolve --watch",
"start": "dotnet fable watch sample -o build/sample --run vite",
"predocs": "shx rm -rf deploy",
"docs": "nacara",
"docs:watch": "nacara watch",
"docs:deploy": "npm run docs && gh-pages -d build/docs"
},
"dependencies": {
"lit": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@web/test-runner": "^0.13.18",
"@web/test-runner-commands": "^0.5.13",
"bulma": "^0.9.3",
"fable-publish-utils": "^2.2.0",
"gatsby-remark-vscode": "^3.3.0",
"gh-pages": "^3.2.3",
"nacara": "^1.0.0-beta-020",
"nacara-layout-standard": "^1.0.0-beta-014",
"shx": "^0.3.3",
"vite": "^2.6.14",
"vscode-theme-onelight": "github:akamud/vscode-theme-onelight"
}
}