-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 720 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 720 Bytes
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
{
"name": "jeopardyai",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"export": "next export",
"start": "npx serve@latest out",
"lint": "next lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"lucide-react": "^0.485.0",
"next": "^13.5.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.8.2"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"serve": "^14.2.1",
"tailwindcss": "^3.3.3"
}
}