-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 931 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postinstall": "husky install",
"types-check": "tsc --noEmit",
"lint": "eslint --fix \"./**/*.{jsx,ts,tsx}\""
},
"dependencies": {
"@radix-ui/themes": "^2.0.3",
"accept-language": "^3.0.18",
"classnames": "^2.5.1",
"date-fns": "^3.3.1",
"gray-matter": "^4.0.3",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sitemap": "^7.1.1"
},
"devDependencies": {
"@improntaadvance/eslint-config": "^0.11.0",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"dotenv": "^16.4.5",
"husky": "^9.0.11",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}