-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 637 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 637 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
{
"name": "random-diagnosis-code",
"version": "0.1.0",
"homepage": "https://mikaojk.github.io/random-diagnosis-code",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/postcss": "4.3.0",
"@types/node": "25.6.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.5.0",
"eslint": "10.3.0",
"eslint-config-next": "16.2.6",
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6",
"tailwindcss": "4.3.0",
"typescript": "6.0.3"
}
}