-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@plaiceholder/next": "^3.0.0",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vercel/analytics": "^1.1.0",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"luxon": "^3.4.3",
"next": "^13.5.7",
"plaiceholder": "^3.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/luxon": "^3.3.2",
"autoprefixer": "10.4.16",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "8.51.0",
"eslint-config-next": "^13.5.4",
"postcss": "8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3"
}
}