-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 Bytes
/
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
{
"name": "nextprojectb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": " next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@pinecone-database/pinecone": "^1.1.1",
"@reduxjs/toolkit": "^1.9.7",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"gsap": "^3.11.0",
"next": "^14.2.4",
"nodemailer": "^6.7.5",
"openai": "^4.12.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.5.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.11.0",
"react-redux": "^8.1.3",
"sass": "^1.53.0",
"sharp": "^0.33.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"eslint": "8.15.0",
"eslint-config-next": "^14.2.3"
}
}