-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 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
{
"name": "roki-web",
"type": "module",
"description": "roki web page",
"version": "0.1.0",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/falgon/roki-web.git"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@types/d3": "^7.4.3",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"dotenv": "^17.3.1",
"happy-dom": "^20.8.4",
"katex": "^0.16.38",
"playwright": "^1.58.2",
"svgo": "^4.0.1",
"terser": "^5.46.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^8.0.0",
"vitest": "^4.0.18"
},
"scripts": {
"gen:disney-logs": "tsx tools/gen-disney-logs.ts",
"format:ts": "biome check --write --unsafe contents/ts",
"lint:ts": "biome lint contents/ts",
"check:ts": "biome check contents/ts",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@mermaid-js/mermaid-cli": "^11.12.0",
"bulma": "^1.0.4",
"d3": "^7.9.0",
"mathjs": "^15.1.1",
"sass": "^1.98.0"
}
}