-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.12 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.12 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "notes-buddy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "set NODE_OPTIONS=--no-deprecation && next dev --turbo",
"build:scripts": "tsc -p tsconfig.scripts.json",
"generate-sitemap": "pnpm build:scripts && node dist-scripts/generate-sitemap.js",
"build": "pnpm generate-sitemap && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@motionone/utils": "^10.18.0",
"@next-auth/mongodb-adapter": "^1.1.3",
"@next/third-parties": "^15.1.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@tsparticles/engine": "^3.7.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.7.1",
"@types/mongoose": "^5.11.97",
"@types/xlsx": "^0.0.36",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"disable-devtool": "^0.3.8",
"dotenv": "^16.4.7",
"file-loader": "^6.2.0",
"framer-motion": "^11.15.0",
"fuse.js": "^7.1.0",
"github-slugger": "^2.0.0",
"glob": "^11.0.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"katex": "^0.16.21",
"lenis": "^1.1.18",
"lucide-react": "^0.344.0",
"mini-svg-data-uri": "^1.4.4",
"mongodb": "^5.9.2",
"mongoose": "^8.9.5",
"motion": "^11.15.0",
"next": "14.1.2",
"next-auth": "^4.24.11",
"next-themes": "^0.2.1",
"razorpay": "^2.9.5",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.14.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-smartypants": "^3.0.2",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/canvas-confetti": "^1.9.0",
"@types/js-cookie": "^3.0.6",
"@types/next-auth": "^3.15.0",
"@types/node": "^20.11.24",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.2",
"postcss": "^8.4.35",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.0",
"rehype-slug": "^6.0.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"velite": "0.1.0-beta.11"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}