|
| 1 | +{ |
| 2 | + "name": "numbers-scroll", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "scripts": { |
| 6 | + "dev": "webpack-dev-server --config webpack.config.dev.js --openPage 'example.html'", |
| 7 | + "publish": "webpack --config webpack.config.build.js --progress --BUILD_TYPE publish", |
| 8 | + "fix": "eslint src/ --fix" |
| 9 | + }, |
| 10 | + "main": "dist/main.min.js", |
| 11 | + "author": "", |
| 12 | + "license": "ISC", |
| 13 | + "devDependencies": { |
| 14 | + "@babel/cli": "^7.14.3", |
| 15 | + "@babel/core": "^7.0.0-beta.40", |
| 16 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 17 | + "@babel/plugin-proposal-decorators": "^7.0.0", |
| 18 | + "@babel/plugin-proposal-do-expressions": "^7.0.0", |
| 19 | + "@babel/plugin-proposal-export-default-from": "^7.0.0", |
| 20 | + "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
| 21 | + "@babel/plugin-proposal-function-bind": "^7.0.0", |
| 22 | + "@babel/plugin-proposal-function-sent": "^7.0.0", |
| 23 | + "@babel/plugin-proposal-json-strings": "^7.0.0", |
| 24 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", |
| 25 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
| 26 | + "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
| 27 | + "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
| 28 | + "@babel/plugin-proposal-pipeline-operator": "^7.0.0", |
| 29 | + "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
| 30 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 31 | + "@babel/plugin-syntax-import-meta": "^7.0.0", |
| 32 | + "@babel/plugin-transform-runtime": "^7.5.5", |
| 33 | + "@babel/polyfill": "^7.0.0", |
| 34 | + "@babel/preset-env": "^7.0.0", |
| 35 | + "@babel/preset-react": "^7.0.0-beta.40", |
| 36 | + "@svgr/webpack": "^4.3.2", |
| 37 | + "babel-eslint": "^10.0.2", |
| 38 | + "babel-loader": "^8.0.0-beta.0", |
| 39 | + "babel-plugin-import": "^1.12.0", |
| 40 | + "babel-plugin-lodash": "^3.3.2", |
| 41 | + "babel-plugin-react-transform": "^3.0.0", |
| 42 | + "clean-webpack-plugin": "^0.1.19", |
| 43 | + "eslint": "^4.19.1", |
| 44 | + "eslint-loader": "^2.0.0", |
| 45 | + "eslint-plugin-react": "^7.7.0", |
| 46 | + "extract-text-webpack-plugin": "^3.0.2", |
| 47 | + "happypack": "^5.0.0-beta.4", |
| 48 | + "html-webpack-inline-source-plugin": "0.0.10", |
| 49 | + "html-webpack-plugin": "^3.2.0", |
| 50 | + "mini-css-extract-plugin": "^0.4.0", |
| 51 | + "only-if-changed-webpack-plugin": "0.0.3", |
| 52 | + "postcss-loader": "^3.0.0", |
| 53 | + "postcss-pxtorem": "^4.0.1", |
| 54 | + "react-hot-loader": "^4.0.0", |
| 55 | + "react-loadable": "^5.4.0", |
| 56 | + "terser-webpack-plugin": "^2.2.1", |
| 57 | + "webpack": "^4.41.2", |
| 58 | + "webpack-cli": "^3.1.1", |
| 59 | + "webpack-dev-server": "^3.11.2", |
| 60 | + "write-file-webpack-plugin": "^4.2.0" |
| 61 | + }, |
| 62 | + "dependencies": { |
| 63 | + "antd": "^3.23.2", |
| 64 | + "babel-plugin-transform-async-to-generator": "^6.24.1", |
| 65 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 66 | + "copy-webpack-plugin": "^4.5.1", |
| 67 | + "css-loader": "^0.28.11", |
| 68 | + "echarts": "^5.2.2", |
| 69 | + "echarts-liquidfill": "^3.0.0", |
| 70 | + "file-loader": "^1.1.11", |
| 71 | + "html-webpack-include-assets-plugin": "^1.0.4", |
| 72 | + "jquery": "^3.6.0", |
| 73 | + "jsonwebtoken": "^8.5.1", |
| 74 | + "loading-spinner": "^1.2.1", |
| 75 | + "lz-string": "^1.4.4", |
| 76 | + "node-sass": "^4.14.1", |
| 77 | + "numeral": "^2.0.6", |
| 78 | + "optimize-css-assets-webpack-plugin": "^4.0.3", |
| 79 | + "rc-tween-one": "^2.7.3", |
| 80 | + "react": "^16.13.1", |
| 81 | + "react-dom": "^16.13.1", |
| 82 | + "rrweb": "^0.7.27", |
| 83 | + "rrweb-player": "^0.4.0", |
| 84 | + "sass-loader": "^10.1.0", |
| 85 | + "script-ext-html-webpack-plugin": "^2.0.1", |
| 86 | + "style-loader": "^0.20.3", |
| 87 | + "url-loader": "^1.0.1", |
| 88 | + "webfunny-login": "^1.0.2", |
| 89 | + "webfunny-monitor": "^1.3.3", |
| 90 | + "webpack-merge": "^4.1.5" |
| 91 | + } |
| 92 | +} |
0 commit comments