-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 2.09 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
{
"name": "gitcoindonordata",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:standalone": "node .next/standalone/server.js",
"lint": "eslint ./src",
"lint:staged": "lint-staged",
"lint:fix": "eslint ./src --fix",
"test": "echo \"Skipping tests ...\" && exit 0",
"gql:watch": "pnpm graphql-codegen --watch",
"prepare": "husky"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@next/third-parties": "^14.2.3",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-virtual": "^3.4.0",
"ag-grid-community": "^31.2.1",
"ag-grid-react": "^31.2.1",
"clsx": "^2.1.0",
"google": "link:@next/third-parties/google",
"google@latest": "link:@next/third-parties/google@latest",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"jotai": "^2.8.0",
"next": "14.2.3",
"react": "^18",
"react-csv": "^2.2.2",
"react-dom": "^18",
"sharp": "^0.33.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"use-enstate": "0.0.1-10"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.11.0",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.5",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@parcel/watcher": "^2.4.1",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}