You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.1 KiB
64 lines
2.1 KiB
{
|
|
"name": "jsbridge-h5",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config webpack/webpack.config.dev.js",
|
|
"build": "webpack --config webpack/webpack.config.prod.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/plugin-proposal-do-expressions": "^7.0.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
|
|
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
|
|
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/runtime-corejs2": "^7.0.0",
|
|
"autoprefixer": "^9.5.1",
|
|
"babel-loader": "^8.0.0",
|
|
"babel-plugin-import": "^1.11.0",
|
|
"clean-webpack-plugin": "^2.0.1",
|
|
"css-loader": "^2.1.1",
|
|
"csv-loader": "^3.0.2",
|
|
"file-loader": "^3.0.1",
|
|
"friendly-errors-webpack-plugin": "^1.7.0",
|
|
"html-loader": "^0.5.5",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^4.1.0",
|
|
"markdown-loader": "^5.0.0",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"postcss-loader": "^3.0.0",
|
|
"style-loader": "^0.23.1",
|
|
"uglifyjs-webpack-plugin": "^2.1.2",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0",
|
|
"webpack-dev-server": "^3.1.4",
|
|
"webpack-merge": "^4.2.1",
|
|
"xml-loader": "^1.2.1"
|
|
},
|
|
"dependencies": {
|
|
"antd": "^3.16.2",
|
|
"js-cookie": "^2.2.0",
|
|
"moment": "^2.24.0",
|
|
"prop-types": "^15.7.2",
|
|
"qs": "^6.7.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6"
|
|
}
|
|
}
|
|
|