-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 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
{
"name": "mongui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.1.4",
"@studio-freight/react-lenis": "^0.0.47",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dracula-prism": "^2.1.16",
"framer-motion": "^11.11.9",
"gsap": "^3.12.5",
"highlight.js": "^11.10.0",
"js-beautify": "^1.15.1",
"konva": "^9.3.16",
"lucide-react": "^0.453.0",
"next": "14.2.35",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-icons": "^5.3.0",
"react-konva": "^18.2.10",
"react-zoom-pan-pinch": "^3.6.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/js-beautify": "^1.14.3",
"@types/node": "^20",
"@types/prismjs": "^1.26.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}