-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.87 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
65
{
"name": "fitness-tracker-mvp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"next": "^14.2.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.13",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"zustand": "^5.0.0-rc.2",
"next-auth": "^4.24.8",
"axios": "^1.7.7",
"@supabase/supabase-js": "^2.45.4"
},
"devDependencies": {
"eslint": "^9.12.0",
"eslint-config-next": "^14.2.14",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.3",
"jest": "^29.7.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"typescript": "^5.6.2",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coslynx/fitness-tracker-web-platform.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/coslynx/fitness-tracker-web-platform/issues"
},
"homepage": "https://github.com/coslynx/fitness-tracker-web-platform#readme",
"devDependencies": {
"eslint": "^9.12.0",
"eslint-config-next": "^14.2.14",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.3",
"jest": "^29.7.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"typescript": "^5.6.2",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1"
}
}