-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "fontable",
"description": "Find the right Google font by embedding a font picker on your website",
"license": "MIT",
"bugs": {
"url": "https://github.com/randombits-dev/fontable/issues"
},
"homepage": "https://github.com/randombits-dev/fontable",
"version": "1.0.1",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"font",
"google",
"google fonts",
"tester",
"font picker",
"font family"
],
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build && vite build -c vite.auto.ts",
"preview": "vite preview"
},
"dependencies": {
"webfontloader": "^1.6.28"
},
"devDependencies": {
"typescript": "^5.9.2",
"vite": "^7.1.5",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.5.4"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}