-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1007 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1007 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
32
33
34
35
36
37
38
39
40
{
"name": "prd-creator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@google/genai": "^1.21.0",
"@radix-ui/react-dialog": "^1.1.4",
"clsx": "^2.1.1",
"idb": "^8.0.3",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.6.0",
"@types/react": "19.2.0",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.14",
"typescript": "5.9.2",
"webpack": "^5.102.0"
}
}