-
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) · 886 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 886 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": "@contextlab/mapper",
"version": "1.0.0",
"type": "module",
"description": "Interactive Wikipedia Knowledge Map — adaptive quiz visualization using text embeddings",
"scripts": {
"dev": "vite",
"build": "vite build && cp -r data dist/data",
"preview": "vite preview",
"test": "vitest run",
"bench": "vitest bench",
"test:visual": "playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ContextLab/mapper.git"
},
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/ContextLab/mapper/issues"
},
"homepage": "https://contextlab.github.io/mapper/",
"dependencies": {
"@nanostores/persistent": "^1.3.3",
"deck.gl": "^9.2.7",
"nanostores": "^1.1.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}