-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1005 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
33
34
35
36
37
38
39
40
41
{
"name": "fset-monorepo",
"version": "1.0.0",
"description": "Standalone offline fset",
"scripts": {
"start": "vite",
"build": "node ./es_build.js && vite build",
"preview": "vite preview",
"test": "web-test-runner || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/50kudos/fbox.git"
},
"keywords": [
"schema"
],
"author": "fifwb",
"license": "ISC",
"bugs": {
"url": "https://github.com/50kudos/fbox/issues"
},
"homepage": "https://github.com/50kudos/fbox#readme",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@web/dev-server-esbuild": "^0.3.3",
"@web/test-runner": "^0.15.0",
"esbuild": "^0.16.12",
"fset": "file:lib/pkgs/fset",
"model": "file:lib/pkgs/model",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"vite": "^4.0.3"
},
"dependencies": {
"insane": "^2.6.2",
"lit-html": "^2.4.0",
"snarkdown": "^2.0.0"
}
}