-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2 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
66
67
{
"name": "fitness-tracker-mvp",
"version": "1.0.0",
"description": "A web application that helps users track their fitness goals effortlessly.",
"main": "pages/_app.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,md}\"",
"test": "jest",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spectra-ai-codegen/project-1723922174873-b62g5k.git"
},
"author": "Spectra.codes",
"license": "GNU AGPLv3",
"bugs": {
"url": "https://github.com/spectra-ai-codegen/project-1723922174873-b62g5k/issues"
},
"homepage": "https://github.com/spectra-ai-codegen/project-1723922174873-b62g5k#readme",
"dependencies": {
"@sentry/node": "^7.38.0",
"@sentry/react": "^7.38.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"autoprefixer": "^10.4.14",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "^8.43.0",
"eslint-config-next": "^13.3.4",
"express": "^4.18.2",
"helmet": "^6.0.1",
"jest": "^29.6.2",
"mongodb": "^5.1.0",
"morgan": "^1.10.0",
"next": "^14.0.3",
"next-auth": "^4.17.1",
"postcss": "^8.4.21",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6",
"@types/express": "^4.17.17",
"@types/mongodb": "^4.10.2",
"@types/node": "^20.5.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.6",
"cypress": "^12.1.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/mongodb": "^4.10.2",
"jest": "^29.6.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"cypress": "^12.1.0"
}
}