-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "codesandtags-frontend-documentation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_OPTIONS='--no-warnings' next build --webpack",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"generate:readme": "tsx src/lib/generator.ts"
},
"description": "A curated list of awesome useful resources for Front-End",
"dependencies": {
"@supabase/supabase-js": "^2.81.1",
"dotenv": "^17.2.3",
"lucide-react": "^0.553.0",
"next": "16.0.10",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"simple-icons": "^15.20.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitest/ui": "^4.0.9",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.3",
"postcss": "^8.5.6",
"supabase": "^2.58.5",
"tailwindcss": "^3.4.18",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^4.0.9"
}
}