generated from voluntas/nodejs-static-page-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1005 Bytes
/
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
{
"name": "nodejs-template",
"version": "2024.1.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "vite",
"test:vitest": "vitest run",
"test:playwright": "playwright test",
"build": "vite build",
"lint": "biome lint src/",
"fmt": "pnpm biome format --write src/ tests/",
"check": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "1.49.1",
"playwright": "1.49.1",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22.12.0"
},
"dependencies": {
"@codemirror/commands": "6.8.0",
"@codemirror/lang-sql": "6.8.0",
"@codemirror/language": "6.10.8",
"@codemirror/search": "6.5.8",
"@codemirror/state": "6.5.1",
"@codemirror/view": "6.36.2",
"@duckdb/duckdb-wasm": "1.29.1-dev24.0",
"@replit/codemirror-vim": "6.2.1",
"apache-arrow": "19.0.0",
"codemirror": "6.0.1"
}
}