generated from Dicken/dickendock
21 lines
432 B
JSON
21 lines
432 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": {
|
|
"@launchpad/shared": "workspace:*",
|
|
"react": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|