-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
34 lines (34 loc) · 883 Bytes
/
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
{
"name": "codesandtags-frontend-documentation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate": "npx ts-node src/app/scripts/migrate.ts"
},
"description": "A curated list of awesome useful resources for Front-End",
"dependencies": {
"dotenv": "^16.4.7",
"lucide-react": "^0.344.0",
"mongodb": "^6.11.0",
"mongoose": "^8.8.3",
"next": "15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-icons": "^11.7.0"
},
"devDependencies": {
"@types/node": "^20.17.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.9.1",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}