-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 914 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 914 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
33
34
35
36
37
38
{
"name": "personnummer.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@octokit/rest": "22.0.1",
"@personnummer/generate": "1.0.3",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "25.6.2",
"@types/react": "19.2.14",
"eslint": "^9.39.2",
"eslint-config-next": "16.2.6",
"next": "16.2.6",
"personnummer": "3.2.1",
"postcss": "8.5.14",
"prettier": "3.8.3",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-qr-code": "2.0.21",
"tailwindcss": "^4.1.18",
"typescript": "5.9.3",
"yaml": "2.8.4"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint . && tsc",
"format": "prettier --single-quote --write 'src/**/*.ts*'"
},
"overrides": {
"@types/react": "19.2.14"
}
}