-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 861 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
35
{
"name": "stefanpoensgen",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "1.7.9",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.5.0"
},
"devDependencies": {
"@types/node": "22.13.4",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"autoprefixer": "10.4.20",
"eslint": "9.20.1",
"eslint-config-next": "15.1.7",
"eslint-plugin-next": "0.0.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"postcss": "8.5.2",
"prettier": "3.5.1",
"tailwindcss": "4.0.7",
"typescript": "5.7.3"
}
}