forked from KevinVandy/mantine-react-table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.78 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
52
53
54
55
56
57
58
59
{
"name": "mantine-react-table-docs",
"private": true,
"scripts": {
"build": "pnpm docs:build",
"dev": "pnpm docs:dev",
"docs:build": "next build && pnpm docs:sitemap",
"docs:dev": "next dev --port 3001",
"docs:sitemap": "next-sitemap --config ./next-sitemap.config.cjs",
"docs:start": "next start --port 4001",
"lint": "next lint",
"start": "pnpm docs:start",
"sitemap": "pnpm docs:sitemap"
},
"dependencies": {
"@docsearch/js": "3.6.2",
"@faker-js/faker": "^9.0.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mantine/code-highlight": "8.3.2",
"@mantine/core": "8.3.2",
"@mantine/dates": "8.3.2",
"@mantine/hooks": "8.3.2",
"@mantine/modals": "8.3.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.15",
"@tabler/icons-react": "3.19.0",
"@tanstack/react-query": "^5.59.11",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"export-to-csv": "^1.4.0",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"mantine-contextmenu": "^8.2.0",
"mantine-react-table": "workspace:*",
"next": "14.2.15",
"next-sitemap": "^4.2.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.15",
"next-plausible": "^3.12.2",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"raw-loader": "^4.0.2",
"typescript": "5.6.3"
}
}