-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "matoz.tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8888",
"build": "next build",
"start": "next start",
"lint": "next lint . --fix",
"prepare": "husky",
"lint-staged": "eslint . --ext ts,tsx --report-unused-disable-directives --quiet"
},
"dependencies": {
"@radix-ui/react-hover-card": "^1.1.1",
"classnames": "^2.5.1",
"feed": "^4.2.2",
"framer-motion": "^11.2.12",
"lucide-react": "^0.390.0",
"next": "^14.2.4",
"next-seo": "^6.5.0",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-notion-x": "^6.16.0",
"react-tweet-embed": "^2.0.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.9",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
}
}