@modern-js/module-tools-v2
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
75 lines • 2.09 kB
JSON
{
"name": "@modern-js/module-tools-v2",
"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": [
"modern",
"modern.js",
"module-tools",
"lib-tools"
],
"version": "0.0.0-next-20221114143420",
"bin": {
"modern": "./bin/modern.js"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"typesVersions": {
"*": {
"types": [
"./lib/types.d.ts"
],
"type": [
"./lib/types.d.ts"
]
}
},
"dependencies": {
"@modern-js/core": "0.0.0-next-20221114143420",
"@modern-js/libuild": "0.3.1-alpha.0",
"@modern-js/libuild-plugin-umd": "0.3.1-alpha.0",
"@modern-js/libuild-plugin-es5": "0.3.1-alpha.0",
"@modern-js/new-action": "0.0.0-next-20221114143420",
"@modern-js/plugin": "0.0.0-next-20221114143420",
"@modern-js/plugin-i18n": "0.0.0-next-20221114143420",
"@modern-js/upgrade": "0.0.0-next-20221114143420",
"@modern-js/utils": "0.0.0-next-20221114143420"
},
"devDependencies": {
"@modern-js/plugin-changeset": "0.0.0-next-20221114143420",
"@modern-js/plugin-jarvis": "0.0.0-next-20221114143420",
"@scripts/build": "0.0.0-next-20221114143420",
"@scripts/jest-config": "0.0.0-next-20221114143420",
"@types/jest": "^27",
"@types/node": "^14",
"jest": "^27",
"postcss": "8.4.6",
"react": "17",
"typescript": "^4",
"path-browserify": "1.0.1",
"postcss-alias": "2.0.0",
"lodash": "4.17.21",
"caniuse-lite": "^1.0.30001332"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"peerDependencies": {
"typescript": "^4"
},
"scripts": {
"build": "modern build",
"dev": "modern build --watch",
"test": "jest",
"new": "modern new"
}
}