@mpxjs/webpack-plugin
Version:
mpx compile core
105 lines (104 loc) • 3.04 kB
JSON
{
"name": "@mpxjs/webpack-plugin",
"version": "2.10.14",
"description": "mpx compile core",
"keywords": [
"mpx"
],
"author": "donghongping",
"license": "Apache-2.0",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"dependencies": {
"@babel/code-frame": "^7.16.0",
"@babel/generator": "^7.16.0",
"@babel/parser": "^7.16.2",
"@babel/traverse": "^7.16.0",
"@babel/types": "^7.16.0",
"@better-scroll/core": "^2.5.1",
"@better-scroll/movable": "^2.5.1",
"@better-scroll/observe-dom": "^2.5.1",
"@better-scroll/pull-down": "^2.5.1",
"@better-scroll/slide": "^2.5.1",
"@better-scroll/wheel": "^2.5.1",
"@better-scroll/zoom": "^2.5.1",
"@mpxjs/template-engine": "^2.8.7",
"@mpxjs/utils": "^2.10.13",
"acorn": "^8.11.3",
"acorn-walk": "^7.2.0",
"async": "^2.6.0",
"css": "^2.2.1",
"css-selector-tokenizer": "^0.7.0",
"cssnano": "^5.0.16",
"de-indent": "^1.0.2",
"fastparse": "^1.1.1",
"hash-sum": "^1.0.2",
"he": "^1.1.1",
"html-minifier": "^3.5.8",
"icss-utils": "^2.1.0",
"json5": "^2.1.3",
"loader-utils": "^2.0.0",
"lodash": "^4.17.15",
"lodash.camelcase": "^4.3.0",
"lru-cache": "^4.1.2",
"magic-string": "^0.26.2",
"mime": "^2.2.2",
"object-assign": "^4.1.1",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.0",
"postcss-modules-scope": "^3.0.0",
"postcss-modules-values": "^4.0.0",
"postcss-selector-parser": "^6.0.8",
"postcss-value-parser": "^4.0.2",
"semver": "^7.5.4",
"source-list-map": "^2.0.0",
"webpack-virtual-modules": "^0.6.0"
},
"peerDependencies": {
"webpack": "^5.75.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": {
"type": "git",
"url": "git@github.com:didi/mpx.git"
},
"homepage": "https://didi.github.io/mpx/",
"bugs": {
"url": "https://github.com/didi/mpx/issues"
},
"scripts": {
"test": "jest",
"copy-icons": "cp -r ./lib/runtime/components/react/mpx-icon/icons ./lib/runtime/components/react/dist/mpx-icon/icons",
"build": "rimraf ./lib/runtime/components/react/dist && tsc && npm run copy-icons"
},
"devDependencies": {
"@d11/react-native-fast-image": "^8.6.12",
"@mpxjs/api-proxy": "^2.10.13",
"@types/babel-traverse": "^6.25.4",
"@types/babel-types": "^7.0.4",
"@types/react": "^18.2.79",
"react-native": "^0.74.5",
"react-native-gesture-handler": "^2.18.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-reanimated": "^3.15.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-svg": "^15.8.0",
"react-native-video": "^6.9.0",
"react-native-webview": "^13.12.2",
"rimraf": "^6.0.1"
},
"engines": {
"node": ">=14.14.0"
},
"gitHead": "536dff4513afc027834932deef4c0f8b4c365612"
}