UNPKG

cumqueoptio

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

86 lines (85 loc) 2.1 kB
{ "name": "@modern-js-reduck/store", "version": "1.1.10", "files": [ "dist" ], "jsnext:source": "./src/index.ts", "types": "./dist/types/index.d.ts", "main": "./dist/js/node/index.js", "module": "./dist/js/treeshaking/index.js", "jsnext:modern": "./dist/js/modern/index.js", "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.", "homepage": "https://modernjs.dev", "bugs": "https://github.com/modern-js-dev/reduck/issues", "license": "MIT", "keywords": [ "react", "framework", "modern", "modern.js", "state", "reduck", "store", "redux" ], "exports": { ".": { "types": "./dist/types/index.d.ts", "default": "./dist/js/treeshaking/index.js" }, "./types": { "types": "./dist/types/types/index.d.ts", "default": "./dist/js/treeshaking/types/index.js" }, "./utils": { "types": "./dist/types/utils/index.d.ts", "default": "./dist/js/treeshaking/utils/index.js" } }, "typesVersions": { "*": { ".": [ "./dist/types/index.d.ts" ], "types": [ "./dist/types/types/index.d.ts" ], "utils": [ "./dist/types/utils/index.d.ts" ] } }, "scripts": { "prepare": "pnpm build", "prepublishOnly": "only-allow-pnpm && pnpm build --platform", "new": "modern new", "build": "modern build", "test": "modern test", "test-type": "tsd" }, "tsd": { "directory": "./src/__tsd__" }, "dependencies": { "@babel/runtime": "^7", "redux": "^4.1.1" }, "devDependencies": { "@modern-js/module-tools": "^1.7.1", "@modern-js/plugin-testing": "^1.6.0", "@modern-js/runtime": "^1.3.5", "@types/jest": "^27.5.1", "@types/node": "^14", "tsd": "latest", "typescript": "latest", "@modern-js-reduck/scripts": "workspace:*" }, "modernSettings": {}, "sideEffects": false, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": "modern-js-dev/reduck" }