-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.75 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
59
60
61
62
63
64
65
66
{
"name": "mint-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@eslint/config-array": "^0.18.0",
"@supabase/supabase-js": "^2.45.3",
"@types/d3": "^7.4.3",
"axios": "^1.8.1",
"d3": "^7.9.0",
"dagre": "^0.8.5",
"framer-motion": "^12.23.12",
"fuse.js": "^7.0.0",
"glob": "^11.0.1",
"katex": "^0.16.11",
"lexical": "^0.28.0",
"lodash": "^4.17.21",
"mermaid": "^11.4.1",
"next": "^15.2.2",
"puppeteer": "^24.4.0",
"react": "^19.0.0",
"react-color": "^2.19.3",
"react-dom": "^19.0.0",
"react-icons": "^5.0.1",
"react-latex-next": "^3.0.0",
"sharp": "^0.33.2",
"y-websocket": "^2.1.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/d3-force": "^3.0.10",
"@types/dagre-d3": "^0.6.6",
"@types/jest": "^29.5.14",
"@types/katex": "^0.16.7",
"@types/lodash": "^4.17.7",
"@types/node": "^22.7.4",
"@types/react": "^19.0.10",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^19.0.4",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.0.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"file-loader": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}