-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ieee_day_24",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:write": "biome format --write ./src",
"format:check": "biome check ./src",
"prepare": "husky install"
},
"dependencies": {
"@designbycode/tailwindcss-text-stroke": "^1.2.1",
"@nextui-org/button": "^2.0.38",
"@nextui-org/card": "^2.0.34",
"@nextui-org/image": "^2.0.32",
"@nextui-org/link": "^2.0.35",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/react": "^2.4.8",
"@nextui-org/system": "^2.2.6",
"@nextui-org/theme": "^2.2.11",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/preset-stars": "^3.1.0",
"framer-motion": "^11.5.4",
"next": "^14.2.11",
"next-theme": "^0.1.5",
"react": "^18",
"react-countdown": "^2.3.6",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-tsparticles": "^2.12.2",
"sass": "^1.78.0",
"sharp": "^0.33.5",
"swiper": "^11.1.14",
"tsparticles": "^3.5.0",
"tsparticles-engine": "^2.12.0",
"tsparticles-preset-stars": "^2.12.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@designbycode/tailwindcss-text-shadow": "^2.1.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"husky": "^8.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "5.6.2"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}