Files
LaunchPad/packages/ui/package.json

20 lines
392 B
JSON

{
"name": "@launchpad/ui",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"typescript": "^5.5.4"
}
}