-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.75 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "landing-page",
"version": "2.0.0",
"description": "A landing page for https://dansdata.se",
"author": "Felix Zedén Yverås",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dansdata-se/landing-page.git"
},
"bugs": {
"url": "https://dansdata.youtrack.cloud/issues",
"email": "[email protected]"
},
"homepage": "https://dansdata.se",
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc && next lint",
"format": "prettier --write ."
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"classnames": "^2.5.1",
"daisyui": "^4.4.24",
"envsafe": "^2.0.3",
"eslint-config-next": "14.0.4",
"next": "14.0.4",
"pino": "^8.17.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"sharp": "^0.33.1",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-sh": "^0.13.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}