-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.75 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.75 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
{
"name": "wiseduck_porfolio_website",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"build-start": "next build && next start",
"lint": "next lint",
"control_data": "ts-node scripts/gpts_data_controler.ts",
"facebook_metadata": "ts-node scripts/facebook_graph.ts",
"diamond_gpts_data": "ts-node scripts/diamond_gpts_data.ts",
"diamond_random_data": "ts-node scripts/diamond_random_data_for_digital_marketing.ts",
"diamond_categories_data": "ts-node scripts/diamond_categories_data.ts",
"index_now": "ts-node scripts/bing_index_now.ts"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.8",
"date-fns": "^3.3.1",
"dotenv": "^16.4.5",
"formik": "^2.4.5",
"framer-motion": "^12.23.12",
"googleapis": "^134.0.0",
"next": "16.0.7",
"next-share": "^0.27.0",
"nodemailer": "^6.9.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.0.1",
"react-share": "^5.1.0",
"sharp": "^0.33.2",
"ua-parser-js": "^1.0.37",
"uuid": "^9.0.1",
"xml2js": "^0.6.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/nodemailer": "^6.4.14",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "^4.4.10",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.2",
"postcss": "^8.4.35",
"sass": "^1.94.2",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"pnpm": {
"overrides": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
}
}
}