-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.37 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
{
"name": "chronocluster",
"displayName": "ChronoCluster Live",
"version": "0.1.0",
"description": "A real-time spatial map of your browser's tab constellation.",
"private": true,
"type": "module",
"author": "Mintsolester",
"license": "MIT",
"homepage": "https://github.com/Mintsolester/Chronocluster",
"repository": {
"type": "git",
"url": "https://github.com/Mintsolester/Chronocluster.git"
},
"bugs": {
"url": "https://github.com/Mintsolester/Chronocluster/issues"
},
"keywords": [
"chrome-extension",
"manifest-v3",
"visualization",
"tabs",
"graph",
"pixi",
"d3-force",
"productivity"
],
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"d3-force": "^3.0.0",
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"pixi-viewport": "^6.0.2",
"pixi.js": "^8.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.26",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/chrome": "^0.0.268",
"@types/d3-force": "^3.0.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}