-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.55 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "notetxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@number-flow/react": "^0.2.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"cmdk": "^1.0.0",
"copy-to-clipboard": "^3.3.3",
"dexie": "^4.0.8",
"dompurify": "^3.1.7",
"file-saver": "^2.0.5",
"framer-motion": "^11.11.1",
"github-markdown-css": "^5.7.0",
"highlight.js": "^11.10.0",
"hotkeys-js": "^3.13.7",
"jszip": "^3.10.1",
"lucide-react": "^0.447.0",
"next": "14.2.14",
"react": "18.3.1",
"react-countup": "^6.5.3",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"rehype-external-links": "^3.0.0",
"rehype-github-alerts": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"sonner": "^1.6.1",
"vaul": "^1.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}