-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 933 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
{
"name": "fitness-goal-tracker-mvp",
"version": "1.0.0",
"description": "A web application for fitness enthusiasts to set, track, and share their fitness goals.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spectra-ai-codegen/project-1723921769006-iam4mu.git"
},
"author": "Spectra.codes",
"license": "MIT",
"dependencies": {
"@supabase/supabase-js": "^2.0.0",
"autoprefixer": "^10.4.14",
"next": "^14.0.0",
"next-auth": "^4.22.1",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"supabase": "^1.43.0",
"tailwindcss": "^3.3.3",
"zustand": "^4.4.4"
},
"devDependencies": {
"eslint": "8.38.0",
"eslint-config-next": "13.3.2",
"jest": "^29.6.2",
"prettier": "^3.0.0"
}
}