You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "@sdd-web/smart-js-stable",
|
|
"version": "2.3.0",
|
|
"description": "中心智能配置智能算法版本解释器",
|
|
"main": "dist/smart.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --mode development --config webpack.dev.config.js",
|
|
"build:umd": "webpack --mode production --config webpack.umd.config.js",
|
|
"build": "webpack --mode production --config webpack.prod.config.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@yfgitlab.dahuatech.com:sdd-web/npm/Smart-js.git"
|
|
},
|
|
"author": "232104",
|
|
"license": "ISC",
|
|
"browserslist": [
|
|
"chrome 38"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-decorators": "^7.17.8",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-modules-umd": "^7.16.7",
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-es2015": "^7.0.0-beta.53",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@svgr/webpack": "^2.4.1",
|
|
"babel-loader": "^8.2.4",
|
|
"babel-plugin-import": "^1.13.5",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
"css-loader": "^6.7.1",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"less": "^3.11.1",
|
|
"less-loader": "^4.1.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
"postcss-loader": "^7.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^1.1.0",
|
|
"webpack": "^5.70.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.17.8",
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@sdd-web/h5-player": "^3.1.38",
|
|
"antd": "^3.19.1",
|
|
"jquery": "^3.6.0",
|
|
"layui": "^2.6.8",
|
|
"react": "^16.6.3",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^16.6.3"
|
|
}
|
|
}
|