-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.99 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.99 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "yakuhanjp-monorepo",
"version": "4.1.1",
"private": true,
"homepage": "https://yakuhanjp.qranoko.jp",
"keywords": [
"font",
"webfont",
"subset",
"css",
"japanese",
"yakuhanjp"
],
"author": {
"name": "Qrac",
"url": "https://qrac.jp"
},
"organization": {
"name": "QRANOKO",
"url": "https://qranoko.jp"
},
"scripts": {
"build": "npm run build:main",
"build:src": "npm run build:main-src",
"build:main": "cd ./packages/yakuhanjp && npm run build",
"build:main-src": "cd ./packages/yakuhanjp && npm run build:src",
"build:unicode": "cd ./packages/unicode && npm run build",
"build:unicode-src": "cd ./packages/unicode && npm run build:src",
"test": "vitest run",
"test:w": "vitest watch",
"docs": "minista ./docs",
"docs:build": "minista build ./docs",
"docs:preview": "minista preview ./docs",
"play": "vite ./playground/_default",
"play:canvas": "vite ./playground/canvas",
"play:ogp": "vite ./playground/ogp",
"up": "npx npm-check-updates --deep",
"up:u": "npx npm-check-updates --deep -u",
"rev": "npx npm-replace-versions",
"release": "npm run release:main",
"release:main": "cd ./packages/yakuhanjp && npm publish",
"clean": "npm run clean:main",
"clean:main": "cd ./packages/yakuhanjp && npm run clean"
},
"workspaces": [
"docs",
"packages/*",
"playground/*"
],
"devDependencies": {
"@resvg/resvg-js": "^2.6.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.7.0",
"canvas": "^3.2.1",
"classnames": "^2.3.2",
"fs-extra": "^11.1.1",
"minista": "^4.0.0",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^6.1.0",
"satori": "^0.10.11",
"tsx": "^4.21.0",
"typescript": "^5.3.2",
"vite": "^8.0.2",
"vite-plugin-banner": "^0.7.1",
"vitest": "^4.1.1"
}
}