quasqui
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
101 lines (100 loc) • 2.74 kB
JSON
{
"name": "@modern-js/plugin-nocode",
"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.1.5",
"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/cli.ts",
"default": "./dist/js/node/cli.js"
}
},
"scripts": {
"prepare": "pnpm build",
"prepublishOnly": "pnpm build -- --platform",
"new": "modern new",
"build": "modern build --no-tsc",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/runtime": "^7",
"@modern-js/utils": "workspace:^1.3.3",
"@modern-js/webpack": "workspace:^1.4.1",
"axios": "^0.24.0",
"axios-retry": "^3.2.4",
"body-parser": "^1.19.0",
"chalk": "4",
"chokidar": "^3.5.2",
"cors": "^2.8.5",
"execa": "5",
"express": "^4.17.1",
"glob": "^7.2.0",
"http-proxy-middleware": "1",
"inquirer": "^8.1.5",
"jsdom": "^19.0.0",
"lodash": "^4.17.21",
"opener": "^1.5.2",
"reload": "^3.2.0",
"semver": "^7.3.5",
"signale": "^1.4.0",
"uuid": "^8.3.2",
"webpack": "^5.65.0",
"webpack-sources": "^3.2.2"
},
"peerDependencies": {
"@modern-js/core": "workspace:^1.4.4"
},
"devDependencies": {
"@scripts/build": "workspace:*",
"@modern-js/core": "workspace:^1.4.4",
"@modern-js/module-tools-hooks": "workspace:^1.2.2",
"@types/body-parser": "^1.19.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/glob": "^7.1.4",
"@types/inquirer": "^8.1.3",
"@types/jest": "^26",
"@types/less": "^3.0.3",
"@types/lodash": "^4.14.178",
"@types/node": "^14",
"@types/opener": "^1.4.0",
"@types/semver": "^7.3.9",
"@types/uuid": "^8.3.3",
"typescript": "^4",
"jest": "^27",
"@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"
}
}