-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "flashcards-saas",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.3.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@formspree/react": "^2.5.1",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@stripe/stripe-js": "^4.2.0",
"@vercel/analytics": "^1.3.1",
"amqplib": "^0.10.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"firebase": "^10.12.5",
"flashcards-saas": "file:",
"framer-motion": "^11.3.28",
"next": "^14.2.5",
"openai": "^4.55.4",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.5.136",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"stripe": "^16.7.0",
"styled-components": "^6.1.12",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5"
},
"engines": {
"node": ">=22.x"
}
}