-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 3.75 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "data-canvas",
"version": "1.0.0",
"description": "A data visualization tool for PostgreSQL databases.",
"main": "src/index.ts",
"rootDir": "src",
"scripts": {
"test": "mocha --require ts-node/register tests/**/*.ts",
"lint": "eslint --ext .ts ./src",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier .",
"prettier:fix": "prettier --write .",
"dev": "next dev",
"build": "next build",
"start": "next start",
"coverage": "nyc npm run test"
},
"pre-commit": [
"lint:fix",
"prettier:fix",
"build",
"test",
"coverage"
],
"keywords": [],
"author": "FallenDeity",
"license": "MIT",
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.1",
"@types/pg": "^8.10.9",
"@types/react-responsive-masonry": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"autoprefixer": "^10.4.17",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"postcss": "^8.4.24",
"pre-commit": "^1.2.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"useTabs": true,
"semi": true,
"printWidth": 120,
"bracketSpacing": true,
"bracketSameLine": true
},
"dependencies": {
"@codemirror/lang-sql": "^6.5.5",
"@dagrejs/dagre": "^1.0.4",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "^8.11.6",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.0.3",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.8",
"@uiw/codemirror-themes-all": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"date-fns": "^3.2.0",
"html-to-image": "^1.11.11",
"jotai": "^2.6.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"lucide-react": "^0.259.0",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
"mobx-react-lite": "^4.0.5",
"moment": "^2.30.1",
"next": "^13.4.4",
"next-auth": "^4.22.3",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.8",
"pg": "^8.11.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-icons": "^4.12.0",
"react-resizable-panels": "^1.0.8",
"react-responsive-masonry": "^2.1.7",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"reactflow": "^11.10.1",
"recharts": "^2.10.4",
"recoil": "^0.7.7",
"sharp": "^0.33.2",
"tailwind-merge": "^1.13.2",
"tailwind-scrollbar": "^3.0.5",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.6",
"winston": "^3.9.0",
"zod": "^3.22.4"
}
}