-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
64 lines (64 loc) · 1.68 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
61
62
63
64
{
"name": "hearitfresh",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"semantic-release": "semantic-release"
},
"dependencies": {
"@google/generative-ai": "^0.2.0",
"@iconify/react": "^4.1.1",
"@types/crypto-js": "^4.2.2",
"@vercel/postgres": "^0.10.0",
"axios": "^1.7.3",
"crypto-js": "^4.2.0",
"next": "14.1.0",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-toastify": "^10.0.5",
"semantic-release": "^24.0.0",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"@iconify-json/fluent-emoji": "^1.2.1",
"@iconify-json/formkit": "^1.2.0",
"@iconify-json/lets-icons": "^1.2.0",
"@iconify-json/mynaui": "^1.2.4",
"@iconify-json/uil": "^1.2.0",
"@iconify-json/weui": "^1.2.0",
"@iconify/tailwind": "^1.1.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.3",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/spotify-web-api-node": "^5.0.11",
"autoprefixer": "^10.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Dun-sin/HearItFresh.git"
}
}