-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
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
{
"name": "tshet-uinh-tools",
"private": true,
"description": "A tool to find the Chinese characters by phonological expressions",
"type": "module",
"scripts": {
"postinstall": "bun -e \"Bun.write('常用字頻序表.txt', await fetch('https://cdn.jsdelivr.net/gh/ayaka14732/syyon-vencie/texts/常用字頻序表.txt'))\"",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src",
"check-format": "dprint check 'src/**/*' --list-different",
"fix-format": "dprint fmt 'src/**/*'",
"check-types": "tsc --noEmit",
"test": "npm run check-format && npm run check-types && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nk2028/tshet-uinh-tools.git"
},
"keywords": [
"historical-linguistics",
"middle-chinese",
"tshet-uinh",
"qieyun"
],
"dependencies": {
"purecss": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tshet-uinh": "^0.15.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "^8.4.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"dprint": "^0.47.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0",
"process": "^0.11.10",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3"
},
"browserslist": {
"production": ">0.2% and not dead and supports es6-module",
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"author": "Project NK2028",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/nk2028/tshet-uinh-tools/issues"
},
"homepage": "https://nk2028.shn.hk/tshet-uinh-tools/"
}