UNPKG

@flodlc/nebula

Version:

Including configurable Stars, Nebulas, Comets, Planets and Suns. Nebula comes with a vanilla JS and a React wrapper. Compatible with SSR

46 lines (45 loc) 972 B
{ "name": "@flodlc/nebula", "version": "1.0.56", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "typings": "dist/index.d.ts", "author": "flodlc", "files": [ "dist/*" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/flodlc/nebula" }, "scripts": { "dev": "vite", "build": "vite build", "package": "vite build --config vite-build.config.ts && yarn package:types", "package:types": "yarn tsc", "serve": "serve -s dist" }, "private": false, "devDependencies": { "@types/node": "^17.0.10", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@vitejs/plugin-react": "^1.1.4", "prettier": "^2.5.1", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.5.4", "vite": "^2.7.13" }, "dependencies": {}, "keywords": [ "stars", "planets", "sky", "background", "animation", "js", "canvas" ] }