yuanian-ai-component
Version:
59 lines (58 loc) • 1.95 kB
JSON
{
"name": "yuanian-ai-component",
"version": "0.3.52",
"description": "js common function",
"main": "./lib/index.js",
"scripts": {
"start": "webpack-dev-server --open --progress --colors --config webpack.dev.config.js",
"build": "webpack --mode production --progress --display-modules --colors --display-reasons",
"dist": "webpack --mode production --config webpack.dist.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caihuascript/yuanian-ai-component.git"
},
"keywords": [
"function",
"common"
],
"author": "caihuascript",
"files": [
"lib/",
"package",
"README.md"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/caihuascript/yuanian-ai-component/issues"
},
"homepage": "https://github.com/caihuascript/yuanian-ai-component#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "2.1.8",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^2.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"worker-loader": "^2.0.0",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"dependencies": {
"yuanian-common-echartable": "0.3.42"
}
}