-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.68 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
{
"name": "zenhub-dependency-graph",
"homepage": "https://techanvil.github.io/zenhub-dependency-graph",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@uiw/react-color-sketch": "^2.3.0",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.2.1",
"chakra-react-select": "^4.9.2",
"concurrently": "^9.1.0",
"d3": "^7.9.0",
"d3-dag": "^0.11.0",
"d3-drag": "^3.0.0",
"framer-motion": "^11.5.4",
"graphql": "^16.9.0",
"jotai": "^2.9.3",
"jotai-history": "^0.2.1",
"react": "^18.3.1",
"react-d3-library": "^1.1.8",
"react-dom": "^18.3.1",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"typescript": "^5.7.2",
"unified": "^11.0.5",
"urql": "^4.2.1",
"web-vitals": "^2.1.4"
},
"overrides": {
"typescript": "^5.7.2"
},
"scripts": {
"dev": "concurrently \"vite\" \"npm run generate -- --watch\"",
"build": "vite build",
"preview": "vite preview",
"lint:js-fix": "prettier --write --ignore-path .prettierignore \"**/*.{js,jsx,ts,tsx}\"",
"generate": "graphql-codegen --config codegen.ts",
"predev": "npm run generate",
"prebuild": "npm run generate"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@graphql-codegen/cli": "^5.0.3",
"@parcel/watcher": "^2.5.0",
"@types/d3": "^7.4.3",
"@types/node": "^22.12.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^5.0.2",
"prettier": "^3.3.3",
"vite": "^7.1.3"
}
}