-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "isern-photography",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "cd node_modules/sharp && bun install && cd ../..",
"dev": "next dev",
"build": "next build && bun run build:css",
"build:css": "tailwind build -i app/globals.css -o public/admin/main.css",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"formik": "^2.4.4",
"framer-motion": "^8.5.5",
"million": "latest",
"netlify-cms-app": "^2.15.72",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-image-lightbox": "^5.1.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.44",
"@types/react": "^18.2.22",
"@types/react-dom": "^17.0.20",
"@types/sharp": "^0.30.5",
"@types/simple-oauth2": "^4.1.2",
"autoprefixer": "^10.4.15",
"eslint": "8.17.0",
"eslint-config-next": "^13.4.19",
"gray-matter": "^4.0.3",
"postcss": "^8.4.29",
"sharp": "^0.32.6",
"simple-oauth2": "^4.3.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animation-delay": "^1.0.7",
"typescript": "^5.2.2"
},
"trustedDependencies": ["sharp"]
}