UNPKG

utquidem

Version:

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

71 lines (70 loc) 2.15 kB
{ "name": "@modern-js/server-utils", "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.4", "jsnext:source": "./src/index.ts", "types": "./src/index.ts", "main": "./dist/js/node/index.js", "module": "./dist/js/treeshaking/index.js", "jsnext:modern": "./dist/js/modern/index.js", "exports": { ".": { "node": { "jsnext:source": "./src/index.ts", "import": "./dist/js/modern/index.js", "require": "./dist/js/node/index.js" }, "default": "./dist/js/treeshaking/index.js" } }, "scripts": { "prepare": "pnpm build", "prepublishOnly": "only-allow-pnpm && pnpm build -- --platform", "new": "modern new", "build": "modern build", "test": "jest --passWithNoTests" }, "dependencies": { "@babel/compat-data": "^7.15.0", "@babel/core": "7.16.7", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-decorators": "^7.15.4", "@babel/preset-env": "^7.15.0", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7", "@modern-js/babel-preset-lib": "workspace:^1.2.3", "@modern-js/plugin": "workspace:^1.3.3", "@modern-js/utils": "workspace:^1.6.0", "babel-plugin-module-resolver": "^4.1.0", "babel-plugin-transform-typescript-metadata": "^0.3.2" }, "devDependencies": { "@modern-js/core": "workspace:*", "@types/babel__core": "^7.1.15", "@types/jest": "^26", "@types/node": "^14", "@types/react": "^17", "@types/react-dom": "^17", "ts-jest": "^27.0.4", "typescript": "^4", "@scripts/build": "workspace:*", "jest": "^27", "@scripts/jest-config": "workspace:*" }, "sideEffects": false, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }