-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "fittrack-mvp-community",
"version": "1.0.0",
"description": "A community-driven fitness tracking platform designed for motivation and progress.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"test": "jest --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coslynx/FitTrack-MVP-Community.git"
},
"author": "CosLynx.com",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/coslynx/FitTrack-MVP-Community/issues"
},
"homepage": "https://github.com/coslynx/FitTrack-MVP-Community#readme",
"dependencies": {
"@prisma/client": "^5.19.1",
"@sentry/nextjs": "^8.30.0",
"@sentry/node": "^8.30.0",
"@testing-library/react": "^16.0.1",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"cypress": "^13.14.2",
"eslint": "^9.10.0",
"eslint-config-next": "^14.2.11",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"next": "^14.2.11",
"next-auth": "^4.24.7",
"prisma": "^5.19.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-refresh": "^0.14.2",
"react-router-dom": "^6.26.2",
"react-share": "^5.1.0",
"tailwindcss": "^3.4.11",
"validator.js": "^2.0.4",
"vite": "^5.4.5",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/react": "^18.3.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45"
}
}