-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 796 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
{
"name": "example-mita-spa-01-js",
"version": "2.3.2",
"private": true,
"type": "module",
"scripts": {
"predev": "node scripts/sync-docs.js",
"dev": "vite",
"prebuild": "node scripts/sync-docs.js",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest run",
"test:vitest": "vitest run",
"test:ui": "vitest --ui",
"test:css": "node scripts/check-unused-css.js"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^8.0.2",
"@vitest/ui": "^4.1.8",
"eslint": "^10.5.0",
"fake-indexeddb": "^6.2.5",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"terser": "^5.48.0",
"vite": "^8.0.12",
"vitest": "^4.1.8"
},
"dependencies": {
"marked": "^18.0.5",
"mita-dom": "^2.3.2"
}
}