-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 654 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 654 Bytes
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
{
"name": "tanstack-table-example-column-resizing-full-width",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"start": "vite",
"lint": "eslint ./src",
"test:types": "tsc"
},
"dependencies": {
"@faker-js/faker": "^10.4.0",
"@tanstack/react-table": "^9.0.0-alpha.33",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "6.0.3",
"vite": "^8.0.8"
}
}