-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "internlink",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"push-code": "git add . && git commit -m 'Added Contributing.md' && git push --set-upstream origin Person-Info",
"raccoon": "git add . && git commit -m 'Push to raccoon' && git push --set-upstream origin Racoon"
},
"dependencies": {
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"date-fns": "^3.3.1",
"gsap": "^3.12.4",
"mysql2": "^3.6.5",
"next": "14.0.3",
"next-auth": "^4.24.5",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"process": "^0.11.10",
"quill": "^1.3.7",
"react": "^18",
"react-dom": "^18",
"react-quill": "^2.0.0",
"sequelize": "^6.35.2",
"sequelize-cli": "^6.6.2",
"tw-elements": "^1.1.0"
},
"devDependencies": {
"@types/react": "18.2.45",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.0.1",
"daisyui": "^4.4.19",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"sequelize-cli": "^6.6.2",
"tailwindcss": "^3.3.0",
"typescript": "5.3.3"
}
}