UNPKG

utquidem

Version:

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

105 lines (104 loc) 2.94 kB
{ "name": "@modern-js/plugin-ssr", "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/modern.js/issues", "repository": "modern-js-dev/modern.js", "license": "MIT", "keywords": [ "react", "framework", "modern", "modern.js" ], "version": "1.2.8", "jsnext:source": "./src/index.tsx", "types": "./src/index.tsx", "main": "./dist/js/treeshaking/index.node.js", "module": "./dist/js/treeshaking/index.js", "jsnext:modern": "./dist/js/modern/index.js", "exports": { ".": { "node": { "jsnext:source": "./src/index.node.tsx", "require": "./dist/js/treeshaking/index.node.js", "import": "./dist/js/treeshaking/index.node.js" }, "default": "./dist/js/treeshaking/index.js" }, "./cli": { "jsnext:source": "./src/cli/index.ts", "default": "./dist/js/node/cli/index.js" } }, "files": [ "dist", "node.js", "node.d.ts", "type.d.ts" ], "typesVersions": { "*": { ".": [ "./dist/types/runtime/index.d.ts" ], "cli": [ "./dist/types/cli/index.d.ts" ] } }, "scripts": { "prepare": "pnpm build", "dev": "modern build --watch", "prepublishOnly": "only-allow-pnpm && pnpm build -- --platform", "new": "modern new", "build": "modern build", "test": "jest --passWithNoTests" }, "dependencies": { "@babel/core": "7.16.7", "@babel/runtime": "^7", "@loadable/babel-plugin": "^5.13.2", "@loadable/server": "^5.15.1", "@loadable/webpack-plugin": "^5.15.1", "@modern-js/utils": "workspace:^1.6.0", "react-dom": "^17", "serialize-javascript": "^6.0.0" }, "devDependencies": { "@modern-js/babel-chain": "workspace:*", "@modern-js/core": "workspace:*", "@modern-js/runtime-core": "workspace:*", "@modern-js/types": "workspace:*", "react-helmet": "^6.1.0", "react-side-effect": "^2.1.1", "@loadable/component": "^5.15.0", "@types/loadable__component": "^5.13.4", "@types/jest": "^26", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "@types/react-side-effect": "^1.1.1", "typescript": "^4", "webpack-chain": "^6.5.1", "@types/loadable__webpack-plugin": "^5.7.3", "@types/serialize-javascript": "^5.0.1", "@types/react-helmet": "^6.1.2", "@scripts/build": "workspace:*", "jest": "^27", "react": "^17", "@scripts/jest-config": "workspace:*" }, "peerDependencies": { "react": "^17", "react-helmet": "^6.1.0", "@loadable/component": "^5.15.0", "@modern-js/runtime-core": "workspace:^1.4.3" }, "sideEffects": false, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }