UNPKG

utquidem

Version:

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

73 lines (72 loc) 2.11 kB
{ "name": "@modern-js/babel-preset-app", "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.7", "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/core": "7.16.7", "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-destructuring": "^7.14.7", "@babel/runtime": "^7", "regenerator-runtime": "^0.13.9", "@babel/types": "^7.17.0", "@modern-js/babel-chain": "workspace:^1.2.2", "@modern-js/babel-preset-base": "workspace:^1.2.5", "@modern-js/utils": "workspace:^1.6.0", "core-js": "^3.6.4", "semver": "^7.3.5" }, "devDependencies": { "@types/jest": "^26", "@types/node": "^14", "@types/semver": "^7.3.8", "typescript": "^4", "@scripts/build": "workspace:*", "jest": "^27", "@scripts/jest-config": "workspace:*", "@modern-js/core": "workspace:*" }, "sideEffects": false, "modernConfig": { "output": { "packageMode": "node-js" } }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "types": "./dist/types/index.d.ts" } }