-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 806 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 806 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
{
"name": "next-app",
"version": "0.28.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"{,!(.next)/**/}*.{ts, tsx}\""
},
"dependencies": {
"@fontsource/inter": "^5.2.5",
"@fontsource/jetbrains-mono": "^5.2.5",
"@koobiq/design-tokens": "^3.15.2",
"@koobiq/react-components": "0.26.0",
"@koobiq/react-icons": "0.26.0",
"next": "^15.5.14",
"next-themes": "^0.4.6",
"prettier": "^3.8.1",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^8",
"eslint-config-next": "15.5.12",
"typescript": "^5"
}
}