mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 14:14:57 +00:00
29 lines
698 B
JSON
29 lines
698 B
JSON
{
|
|
"name": "@local/spark-wrapper",
|
|
"version": "1.0.0",
|
|
"description": "Local Spark wrapper (deprecated - use @github/spark from spark-tools)",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/types.d.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./hooks": "./src/hooks/index.ts",
|
|
"./spark": "./src/spark.ts",
|
|
"./spark-vite-plugin": "./src/spark-vite-plugin.mjs",
|
|
"./vitePhosphorIconProxyPlugin": "./src/vitePhosphorIconProxyPlugin.mjs"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"typescript": "~5.7.2"
|
|
}
|
|
}
|