-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
{
"name": "sebibasti.dev",
"version": "0.5.1",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"prepare": "husky install",
"start": "next start",
"test": "echo 'Error: no tests specified... running prettier'"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@next/swc-darwin-arm64": "^14.2.20",
"@react-hook/passive-layout-effect": "^1.2.1",
"@react-hook/resize-observer": "^1.2.6",
"@react-hook/size": "^2.1.2",
"@types/react": "^18.3.16",
"@vercel/analytics": "^1.4.1",
"classnames": "^2.5.1",
"next": "^15.1.0",
"next-seo": "^6.6.0",
"primereact": "^10.8.5",
"react": "^18.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.0.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-use": "^17.6.0",
"remark-gfm": "^4.0.0",
"sass": "^1.83.0",
"text-to-svg": "^3.1.5",
"use-debounce": "^10.0.4",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.17.10",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/webpack-env": "^1.18.5",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.20",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sort-json": "^3.1.0",
"typescript": "^5.7.2"
}
}