UNPKG

atomaric

Version:

Manage your project state

45 lines (44 loc) 957 B
{ "name": "atomaric", "description": "Manage your project state", "version": "0.0.62", "type": "module", "main": "./build/atomaric.umd.cjs", "module": "./build/atomaric.js", "types": "./types/index.d.ts", "exports": { ".": { "types": "./types/index.d.ts", "require": "./build/atomaric.umd.cjs", "import": "./build/atomaric.js" } }, "files": [ "build", "types" ], "keywords": [ "react", "state", "manager" ], "scripts": { "start": "vite --port 8378 --host", "build": "tsc && vite build", "preview": "vite preview" }, "devDependencies": { "@types/md5": "^2.3.5", "@types/node": "^22.15.1", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.8", "@vitejs/plugin-react": "^4.7.0", "react": "^19.1.0", "react-dom": "^19.1.1", "vite": "^6.3.1", "vite-plugin-eslint": "^1.8.1" }, "dependencies": { "typescript": "~5.7.2" } }