atomaric
Version:
Manage your project state
55 lines (54 loc) • 1.35 kB
JSON
{
"name": "atomaric",
"description": "Manage your project state",
"version": "0.0.77",
"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",
"test": "jest",
"lint": "tsc --project ./tsconfig.json --noEmit && eslint **/*.{ts,tsx,json} *.*"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@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",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.1",
"ts-jest": "^29.4.6",
"typescript-eslint": "^8.52.0",
"vite": "^6.3.1",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"typescript": "~5.7.2"
}
}