-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.97 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.97 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ds3-site",
"version": "1.2.0",
"private": true,
"browserslist": [
"> 0.3%",
"defaults",
"maintained node versions",
"not dead"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tunnel": "lt --port 3000 --subdomain dev-ds3",
"format": "prettier --config .prettierrc --ignore-path .prettierignore --cache --ignore-unknown --write ."
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@t3-oss/env-nextjs": "^0.11.1",
"classnames": "^2.5.1",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"heroicons": "^2.2.0",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"heroicons": "^2.2.0",
"lucide-react": "^0.460.0",
"mongoose": "^8.18.0",
"mongoose": "^8.18.0",
"next": "14.2.7",
"react": "^18.3.1",
"react-card-flip": "^1.2.3",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"swiper": "^12.0.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.18.1",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.21",
"cssnano": "^7.1.1",
"cssnano-preset-advanced": "^7.0.9",
"@types/node": "^22.18.1",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.21",
"cssnano": "^7.1.1",
"cssnano-preset-advanced": "^7.0.9",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.7",
"localtunnel": "^2.0.2",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-mixins": "^10.0.1",
"postcss-preset-env": "^10.3.1",
"prettier": "^3.6.2",
"postcss-preset-env": "^10.3.1",
"prettier": "^3.6.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2"
}
}