-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.8 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
67
68
69
{
"name": "synthia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"clsx": "^2.1.1",
"d3": "7.9.0",
"d3-array": "^3.2.4",
"d3-color": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "3.0.0",
"d3-shape": "^3.2.0",
"daisyui": "^4.12.10",
"diff": "^7.0.0",
"fast-cosine-similarity": "^1.2.2",
"firebase": "^11.3.1",
"framer-motion": "^11.18.2",
"immer": "^10.1.1",
"next": "^14.2.15",
"next-runtime-env": "^3.2.2",
"openai": "^4.73.0",
"react": "^18",
"react-contexify": "^6.0.0",
"react-dom": "^18",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.13.1",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.3",
"stopword": "^3.1.4",
"string-similarity-js": "^2.1.4",
"styled-components": "^6.1.15",
"tailwind-merge": "^2.4.0",
"uuid": "^10.0.0",
"zod": "^3.24.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/d3": "^7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/diff": "^7.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sortablejs": "^1.15.8",
"@types/stopword": "^2.0.3",
"@types/string-similarity": "^4.0.2",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.18",
"concurrently": "^8.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "3.3.2",
"tailwindcss": "^3.4.1",
"tailwindcss-inner-border": "^0.2.0",
"typescript": "^5"
}
}