-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 KB
/
package.json
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
{
"private": true,
"type": "module",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/object-hash": "^3.0.6",
"@types/three": "^0.161.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^12.0.0",
"nodemon": "^3.0.3",
"npm-check-updates": "^16.14.15",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@apollo/client": "^3.9.4",
"@cfworker/json-schema": "^1.12.8",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^8.0.2",
"@viz-js/viz": "^3.2.4",
"graphql": "^16.8.1",
"highlight.js": "^11.9.0",
"mermaid": "^10.9.0",
"three": "^0.161.0",
"uuid": "^9.0.1"
},
"resolutions": {
"@babel/traverse": "^7.23.2",
"semver": "^7.5.2"
},
"browserslist": [
"defaults"
]
}