-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) ยท 1.24 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
44
{
"name": "sqool",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"analyze:win": "set ANALYZE=true && npm run build",
"build:analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/lang-sql": "^6.7.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.30.0",
"@tailwindcss/typography": "github:tailwindcss/typography",
"codemirror": "^6.0.1",
"dompurify": "^3.1.6",
"flowbite": "^2.5.1",
"framer-motion": "^11.11.11",
"html-react-parser": "^5.1.12",
"next": "^15.0.2",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-resizable": "^3.0.5",
"react-swipeable": "^7.0.1",
"react-transition-group": "^4.4.5",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.5.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.0.2",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}