| 1 |
{ |
| 2 |
"name": "@tableberg/components", |
| 3 |
"private": true, |
| 4 |
"version": "0.0.0", |
| 5 |
"type": "module", |
| 6 |
"module": "dist/components.js", |
| 7 |
"files": [ |
| 8 |
"dist" |
| 9 |
], |
| 10 |
"scripts": { |
| 11 |
"check:types": "tsc --noEmit" |
| 12 |
}, |
| 13 |
"dependencies": { |
| 14 |
"@wordpress/primitives": "^4.39.0", |
| 15 |
"react": "^18.2.0", |
| 16 |
"react-dom": "^18.2.0" |
| 17 |
}, |
| 18 |
"devDependencies": { |
| 19 |
"@tableberg/shared": "file:../shared", |
| 20 |
"@types/lodash": "^4.14.202", |
| 21 |
"@types/react": "^18.2.66", |
| 22 |
"@types/react-dom": "^18.2.22", |
| 23 |
"@vitejs/plugin-react": "^4.2.1", |
| 24 |
"typescript": "^5.2.2", |
| 25 |
"vite": "^5.2.0" |
| 26 |
} |
| 27 |
} |
| 28 |
|