-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.75 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
{
"name": "interface-codes",
"description": "Interface codes for SAPedia",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsx scripts/build/core.ts",
"deploy": "tsx scripts/deploy/deploy.ts",
"dev": "tsx scripts/dev/index.ts && vite --config scripts/dev/vite.config.ts",
"fmt": "oxfmt",
"lint": "pnpm tsc --noEmit & oxlint"
},
"dependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@tailwindcss/vite": "^4.3.3",
"@vitejs/plugin-react": "^6.0.4",
"browserslist": "^4.28.7",
"crypto-js": "^4.2.0",
"dotenv": "^17.4.2",
"esbuild": "^0.28.1",
"fast-glob": "^3.3.3",
"js-yaml": "^5.2.2",
"lightningcss": "^1.33.0",
"mwn": "^3.0.3",
"octokit": "^5.0.5",
"opencc-js": "^1.4.1",
"postcss": "^8.5.23",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"sass-embedded": "^1.100.0",
"tailwindcss": "^4.3.3",
"tsx": "^4.23.1",
"typescript": "^7.0.2",
"vite": "^8.1.5",
"wikiparser-node": "^1.46.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jquery": "^4.0.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.9.5",
"@types/oojs-ui": "^0.50.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"moment": "^2.30.1",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"oxlint-tsgolint": "^7.0.2001",
"types-mediawiki": "^2.1.0"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.17.0",
"onFail": "download"
}
},
"packageManager": "pnpm@11.17.0"
}