25 lines
499 B
JSON
25 lines
499 B
JSON
|
|
{
|
||
|
|
"name": "@workspace/preferences",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"test": "vitest run",
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"react": "^19.2.6"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@testing-library/react": "^16.3.2",
|
||
|
|
"@types/react": "^19",
|
||
|
|
"@types/react-dom": "^19",
|
||
|
|
"jsdom": "^30.0.1",
|
||
|
|
"react-dom": "^19.2.6",
|
||
|
|
"typescript": "~6",
|
||
|
|
"vitest": "^4.1.10"
|
||
|
|
},
|
||
|
|
"exports": {
|
||
|
|
".": "./src/index.tsx"
|
||
|
|
}
|
||
|
|
}
|