-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.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
{
"name": "women-devs-sg-content-generator",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "shx rm -rf .next/cache || true",
"format": "prettier --write .",
"lint:fix": "eslint . --fix "
},
"dependencies": {
"@radix-ui/react-slot": "1.2.3",
"@tailwindcss/postcss": "^4.1.14",
"class-variance-authority": "0.7.1",
"html-to-image": "1.11.13",
"lucide-react": "0.545.0",
"next": "15.5.5",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "3.3.1"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@types/node": "24.7.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"autoprefixer": "10.4.21",
"eslint": "^9.37.0",
"eslint-config-next": "15.5.5",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.4.0",
"jiti": "^2.6.1",
"postcss": "8.5.6",
"prettier": "3.6.2",
"shx": "0.4.0",
"tailwindcss": "^3.4.18",
"typescript": "5.9.3",
"typescript-eslint": "^8.46.1"
}
}