Initial commit
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "@glitch-components/bubble-feedback",
|
||||
"version": "1.0.0",
|
||||
"description": "Bubble Feedback glitch component for Glitch University",
|
||||
"type": "module",
|
||||
"main": "./dist/bubble-feedback.js",
|
||||
"module": "./dist/bubble-feedback.js",
|
||||
"types": "./src/types.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/bubble-feedback.js",
|
||||
"types": "./src/types.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"src/types.ts",
|
||||
"glitch.manifest.json"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc --noEmit && vite build",
|
||||
"preview": "vite preview",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.2.0",
|
||||
"@types/react-dom": "^19.2.0",
|
||||
"@vitejs/plugin-react": "5.1.1",
|
||||
"leva": "^0.10.1",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "7.2.4",
|
||||
"vite-plugin-css-injected-by-js": "^3.5.2"
|
||||
},
|
||||
"keywords": [
|
||||
"glitch",
|
||||
"bubble",
|
||||
"feedback",
|
||||
"simulation",
|
||||
"component"
|
||||
],
|
||||
"author": "Glitch.university",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user