-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 729 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
{
"name": "crypto-lab-ntru-classic",
"private": true,
"version": "1.1.0",
"type": "module",
"engines": {
"node": ">=20.19"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"verify": "tsx scripts/verify.ts",
"test:a11y": "playwright test"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@playwright/test": "^1.61.1",
"happy-dom": "^20.10.6",
"tsx": "^4.22.4",
"typescript": "~6.0.2",
"vite": "^8.0.4",
"vitest": "^3.2.6"
},
"allowScripts": {
"esbuild@0.27.7": true,
"esbuild@0.28.1": true
},
"dependencies": {
"katex": "^0.17.0"
}
}