UNPKG

cumqueoptio

Version:

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

62 lines (61 loc) 1.66 kB
{ "name": "@modern-js-reduck/plugin-devtools", "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" ], "exports": { ".": { "types": "./dist/types/index.d.ts", "default": "./dist/js/treeshaking/index.js" } }, "scripts": { "prepare": "pnpm build", "prepublishOnly": "only-allow-pnpm && pnpm build --platform", "new": "modern new", "build": "modern build", "test": "modern test --passWithNoTests" }, "dependencies": { "@babel/runtime": "^7", "@redux-devtools/extension": "^3.2.2", "redux": "^4.1.1" }, "devDependencies": { "@modern-js-reduck/store": "workspace:*", "@modern-js/module-tools": "^1.7.1", "@modern-js/plugin-testing": "^1.6.0", "@types/jest": "^27.5.1", "@types/node": "^14", "typescript": "^4", "@modern-js-reduck/scripts": "workspace:*" }, "modernSettings": {}, "sideEffects": false, "peerDependencies": { "@modern-js-reduck/store": "workspace:^1.1.10" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": "modern-js-dev/reduck" }