rerumaccusamus
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
120 lines (119 loc) • 3.49 kB
JSON
{
"name": "@modern-js/module-tools",
"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.4.2",
"bin": {
"modern": "./bin/modern.js"
},
"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"
},
"./cli": {
"jsnext:source": "./src/index.ts",
"default": "./dist/js/node/index.js"
},
"./build": {
"jsnext:source": "./src/build.ts",
"default": "./dist/js/node/build.js"
}
},
"typesVersions": {
"*": {
"type": [
"./lib/types.d.ts"
]
}
},
"scripts": {
"prepare": "pnpm build",
"prepublishOnly": "pnpm build -- --platform",
"new": "modern new",
"build": "modern build",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@modern-js/core": "workspace:^1.4.4",
"@babel/generator": "^7.15.0",
"@babel/parser": "^7.15.2",
"@babel/runtime": "^7",
"@babel/traverse": "^7.15.0",
"@babel/types": "^7.17.0",
"@modern-js/babel-compiler": "workspace:^1.2.2",
"@modern-js/babel-preset-module": "workspace:^1.3.1",
"@modern-js/css-config": "workspace:^1.2.2",
"@modern-js/i18n-cli-language-detector": "workspace:^1.2.1",
"@modern-js/module-tools-hooks": "workspace:^1.2.2",
"@modern-js/new-action": "workspace:^1.3.3",
"@modern-js/plugin-analyze": "workspace:^1.3.3",
"@modern-js/plugin-changeset": "workspace:^1.2.2",
"@modern-js/plugin-fast-refresh": "workspace:^1.2.1",
"@modern-js/plugin-i18n": "workspace:^1.2.1",
"@modern-js/style-compiler": "workspace:^1.2.2",
"@modern-js/utils": "workspace:^1.3.3",
"chalk": "^4.1.2",
"dotenv": "^10.0.0",
"execa": "^5.1.1",
"fast-glob": "^3.2.5",
"glob": "^7.1.7",
"globby": "^11",
"inquirer": "^8.1.5",
"json5": "^2.2.0",
"lodash.merge": "^4.6.2",
"normalize-path": "^3.0.0",
"p-map": "^4",
"process.argv": "^0.6.0",
"tsconfig-paths": "^3.10.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.15.0",
"@modern-js/babel-chain": "workspace:^1.2.1",
"@types/babel__core": "^7.1.15",
"@types/babel__generator": "^7.6.3",
"@types/babel__traverse": "^7.14.2",
"@types/glob": "^7.1.4",
"@types/inquirer": "^8.1.1",
"@types/jest": "^26",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^14",
"@types/normalize-path": "^3.0.0",
"commander": "^8.1.0",
"typescript": "^4",
"@scripts/build": "workspace:*",
"jest": "^27",
"@types/react": "^17",
"@types/react-dom": "^17",
"@scripts/jest-config": "workspace:*"
},
"sideEffects": false,
"modernConfig": {
"output": {
"packageMode": "node-js"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"types": "./dist/types/index.d.ts"
}
}