53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "dooringx-plugin-template",
|
|
"version": "0.0.0",
|
|
"description": "> TODO: description",
|
|
"author": "yehuozhili <673632758@qq.com>",
|
|
"homepage": "https://github.com/H5-Dooring/dooringx#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/H5-Dooring/dooringx.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf ./dist && rollup -c --environment NODE_ENV:production"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/H5-Dooring/dooringx/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.18",
|
|
"@types/react-dom": "^17.0.9",
|
|
"less": "^4.1.1",
|
|
"prettier": "^2.3.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "^4.0.3",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.56.2",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.3.5",
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
"@rollup/plugin-url": "^6.1.0",
|
|
"@svgr/rollup": "^5.5.0",
|
|
"dooringx-lib": "^1.0.0",
|
|
"postcss": "^8.3.6",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-postcss": "^4.0.1",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"@rollup/plugin-replace": "^3.0.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|