-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "jyutping.net",
"private": true,
"description": "粵語拼音輸入法下載網站",
"scripts": {
"start": "vite --host",
"build": "vite build",
"preview": "vite preview --host",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier . --list-different",
"format:fix": "prettier . --write",
"test": "npm run typecheck && npm run lint && npm run format"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rollup/plugin-dsv": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"core-js": "^3.39.0",
"daisyui": "^3.9.4",
"eslint": "^8.57.1",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"posthtml-expressions": "^1.11.4",
"prettier": "^3.4.2",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-minify": "^2.1.0"
},
"author": "CanCLID",
"license": "BSD-2-Clause"
}