-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.36 KB
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
{
"name": "interview-master-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.11.0-rc.2",
"@apollo/experimental-nextjs-app-support": "^0.11.3",
"@dicebear/collection": "^7.0.1",
"@dicebear/core": "^7.0.1",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"apexcharts": "^3.54.1",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.8",
"next": "14.2.6",
"next-client-cookies": "^1.1.1",
"next-themes": "^0.3.0",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-google-charts": "^5.2.1",
"react-icons": "^5.3.0",
"react-textarea-autosize": "^8.5.3",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@faker-js/faker": "^9.0.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"graphql": "^16.9.0",
"sass": "^1.78.0",
"typescript": "^5.6.3"
}
}