whistle.mock-plugins
Version:
Whistle 插件,用于快速创建 API 模拟数据
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "whistle.mock-plugins",
"version": "1.0.6",
"description": "Whistle 插件,用于快速创建 API 模拟数据",
"main": "lib/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack",
"start": "whistle run",
"test": "jest"
},
"keywords": [
"whistle",
"plugin",
"mock",
"api"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.6.5",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"mockjs": "^1.1.0",
"path-to-regexp": "^6.2.1",
"react-router-dom": "^5.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"antd": "^5.4.2",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.2",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
},
"whistleConfig": {
"homepage": "https://github.com/yourusername/whistle.mock-plugin",
"name": "mock-plugin"
}
}