-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
{
"name": "inctoolsio",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint . --fix",
"hasura:console": "hasura console --project hasura",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@babel/preset-react": "^7.23.3",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@primer/octicons-react": "^19.8.0",
"@primer/react": "^36.5.0",
"axios": "^1.6.3",
"boring-avatars": "^1.10.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-transpile-modules": "^10.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/cookies": "^0.7.10",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "20.10.6",
"@types/passport": "^1.0.16",
"@types/react": "18.2.46",
"@types/react-big-calendar": "^1.8.7",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"hasura-cli": "^2.36.1",
"husky": "^8.0.3",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "5.3.3"
}
}