-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.15 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.15 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
{
"name": "pure-html",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"type-check": "tsc",
"lint": "eslint . --fix",
"lint:staged": "lint-staged",
"format:full": "prettier --write ./",
"format": "prettier --write src/"
},
"devDependencies": {
"@eslint/css": "^1.0.0",
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^7.5.1",
"@html-eslint/eslint-plugin": "^0.58.1",
"@html-eslint/parser": "^0.58.1",
"@types/node": "^24.12.0",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.4.0",
"jiti": "^2.6.1",
"prettier": "^3.8.1",
"prettier-plugin-css-order": "^2.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.2",
"vite": "^8.0.5",
"vitest": "^4.1.1"
},
"dependencies": {
"@fontsource-variable/roboto": "^5.2.10"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}