-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.96 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
68
69
70
71
72
73
74
75
76
{
<<<<<<< HEAD
"name": "expense-tracker-gql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": " node backend/index.js",
"dev": " nodemon backend/index.js",
"build": "npm install && npm install --prefix frontend && npm run build --prefix frontend"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/server": "^4.10.0",
"@graphql-tools/merge": "^9.0.3",
"bcryptjs": "^2.4.3",
"connect-mongodb-session": "^5.0.0",
"cron": "^3.1.6",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-session": "^1.18.0",
"graphql": "^16.8.1",
"graphql-passport": "^0.6.8",
"mongoose": "^8.2.0",
"passport": "^0.7.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^3.1.0"
}
=======
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"chart.js": "^4.4.1",
"clsx": "^2.1.0",
"expense-tracker-gql": "file:..",
"framer-motion": "^11.0.6",
"graphql": "^16.8.1",
"mini-svg-data-uri": "^1.4.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.1",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.4"
}
>>>>>>> d35540ddbb01f06963a11c7e70d2400237a77a78
}