-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1006 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
{
"name": "fontless",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install:deps": "pnpm --filter fontless-demo-* install",
"qwik-demo.dev": "pnpm --filter fontless-demo-qwik-app dev",
"react-demo.dev": "pnpm --filter fontless-demo-react-app dev",
"vue-demo.dev": "pnpm --filter fontless-demo-vue-app dev",
"demo.dev": "pnpm --filter fontless-demo-* dev",
"lint": "biome lint . --write",
"lint.check": "biome lint .",
"fmt": "biome format . --write",
"fmt.check": "biome format ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"css-tree": "^3.1.0",
"esbuild": "^0.24.0",
"fontaine": "^0.5.0",
"jiti": "^2.4.2",
"magic-regexp": "^0.8.0",
"magic-string": "^0.30.17",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"tinyglobby": "^0.2.10",
"ufo": "^1.5.4",
"unifont": "^0.1.6",
"vite": "^6.0.3",
"unstorage": "^1.14.1"
}
}