-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.7 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
59
60
61
{
"name": "aiquiz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node server.js",
"forever:start": "npx forever start server.js",
"forever:stop": "npx forever stop server.js",
"lint": "next lint"
},
"dependencies": {
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"eventsource-parser": "^1.1.1",
"express": "^4.18.2",
"firebase": "^10.7.1",
"framer-motion": "^10.16.4",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"mongoose": "^8.2.0",
"next": "^14.0.4",
"next-transpile-modules": "^10.0.1",
"node-fetch": "^3.3.2",
"pg": "^8.11.3",
"postcss-loader": "^7.3.4",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-loader-spinner": "^5.4.5",
"react-markdown": "^9.0.1",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.29.0",
"react-use": "^17.4.0",
"slick-carousel": "^1.8.1",
"sqlite3": "^5.1.6",
"url-join": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"forever": "^4.0.3",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}