-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.54 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.54 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
51
{
"name": "rowsncolumns-main",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@duckdb/duckdb-wasm": "^1.30.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@rowsncolumns/charts": "^20.0.9",
"@rowsncolumns/pivot": "^3.0.9",
"@rowsncolumns/spreadsheet": "^8.0.13",
"@rowsncolumns/spreadsheet-state": "^21.0.25",
"@rowsncolumns/supabase-spreadsheet": "^21.0.144",
"@sendgrid/mail": "^8.1.6",
"@types/node": "20.2.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"eslint": "8.41.0",
"eslint-config-next": "^15.1.0",
"lucide-react": "^0.221.0",
"next": "^16.0.7",
"next-auth": "^4.22.1",
"postcss": "8.4.23",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-gtm-module": "^2.0.11",
"react-syntax-highlighter": "^15.6.1",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.5",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.7",
"canvas": "^2.11.2",
"encoding": "^0.1.13"
},
"peerDependencies": {
"@rowsncolumns/ui": "*"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}