-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "godhermit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"dependencies": {
"@cloudinary/url-gen": "^1.10.0",
"@next/third-parties": "^14.2.5",
"@nextui-org/react": "^2.6.8",
"@nextui-org/shared-icons": "^2.0.9",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^11.3.31",
"gts": "^5.3.1",
"lucide-react": "^0.437.0",
"next": "^15.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-simple-typewriter": "^5.0.1",
"typescript": "5.0.4",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"gts": "^5.3.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
}
}