applet-redux
Version:
支付宝小程序,redux,dva,store
33 lines (32 loc) • 735 B
JSON
{
"name": "applet-redux",
"version": "1.1.3",
"description": "支付宝小程序,redux,dva,store",
"main": "dist/index.js",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"keywords": [
"支付宝",
"小程序",
"redux",
"dva",
"applet",
"applet-redux"
],
"author": "chenlinboss",
"homepage": "https://github.com/chenlinboss/applet-redux",
"repository": {
"type": "git",
"url": "https://github.com/chenlinboss/applet-redux"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
}
}