-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 984 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 984 Bytes
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
{
"name": "lichess-api-ui",
"private": true,
"license": "GPL-3.0-or-later",
"dependencies": {
"@bity/oauth2-auth-code-pkce": "~2.13.0",
"@lichess-org/types": "^2.0.86",
"bootstrap": "~5.3.8",
"cheerio": "^1.1.2",
"openapi-fetch": "^0.15.0",
"page": "~1.11.6",
"snabbdom": "~3.6.3"
},
"devDependencies": {
"@types/page": "^1.11.9",
"jsdom": "^27.0.0",
"prettier": "^3.6.2",
"sass": "^1.93.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.1.9",
"vitest": "^3.2.4"
},
"scripts": {
"build": "tsc && vite build",
"check-format": "prettier --check .",
"dev": "vite",
"format": "prettier --write .",
"preview": "vite preview",
"test:watch": "vitest",
"test": "vitest run",
"tsc": "tsc --noEmit"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}