-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.76 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "interscript.github.io",
"version": "0.1.0",
"type": "module",
"private": true,
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"generate:catalogue": "tsx scripts/generate-catalogue.mjs"
},
"dependencies": {
"@asciidoctor/core": "^4.0.6",
"@astrojs/node": "^11.0.3",
"@astrojs/vue": "^7.0.0",
"@fontsource-variable/fraunces": "^5.3.0",
"@fontsource-variable/inter": "^5.3.0",
"@fontsource-variable/inter-tight": "^5.3.0",
"@fontsource-variable/newsreader": "^5.3.0",
"@fontsource/jetbrains-mono": "^5.3.0",
"@iso24229/iso15924-data": "^0.2.0",
"@iso24229/iso639-data": "^0.2.0",
"@tailwindcss/vite": "^4.0.0",
"astro": "^7.0.0",
"interscript": "^5.2.1",
"onnxruntime-web": "^1.29.0",
"tailwindcss": "^4.0.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@eslint/js": "^10.0.0",
"@playwright/test": "^1.62.1",
"@vitejs/plugin-vue": "^6.0.8",
"@vitest/coverage-v8": "^4.1.10",
"@vue/test-utils": "^2.4.11",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-astro": "^1.0.0",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.11.0",
"happy-dom": "^20.11.1",
"playwright": "^1.62.1",
"prettier": "^3.9.0",
"prettier-plugin-astro": "^0.14.0",
"tsx": "^4.23.7",
"typescript": "^5.6.0",
"typescript-eslint": "^8.67.0",
"vitest": "^4.1.10"
}
}