UNPKG

real-name-pc

Version:
98 lines (97 loc) 2.96 kB
{ "name": "real-name-pc", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.prod.js", "cdn": "webpack --config webpack.cdn.js", "dev": "webpack-dev-server --config webpack.dev.js", "tag": "node ./bin/index.js file" }, "repository": { "type": "git", "url": "git@github.com:juewuly/real-name-pc.git" }, "keywords": [ "real-name-pc", "real-name", "实名", "防沉迷" ], "author": "liuyang9", "license": "ISC", "devDependencies": { "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-runtime": "^7.9.6", "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.9.1", "autoprefixer": "^9.7.4", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "chalk": "^4.0.0", "clean-webpack-plugin": "^3.0.0", "commander": "^5.1.0", "css-loader": "^3.4.2", "cssnano": "^4.1.10", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-loader": "^3.0.3", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^2.5.1", "express": "^4.17.1", "file-loader": "^6.0.0", "friendly-errors-webpack-plugin": "^1.7.0", "glob": "^7.1.6", "hard-source-webpack-plugin": "^0.13.1", "html-webpack-externals-plugin": "^3.8.0", "html-webpack-plugin": "^3.2.0", "image-webpack-loader": "^6.0.0", "less": "^3.11.1", "less-loader": "^5.0.0", "mini-css-extract-plugin": "^0.9.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-loader": "^3.0.0", "progress-bar-webpack-plugin": "^2.1.0", "purgecss-webpack-plugin": "^2.1.0", "raw-loader": "^0.5.1", "react-hot-loader": "^4.8.0", "redux-devtools": "^3.5.0", "redux-logger": "^3.0.6", "speed-measure-webpack-plugin": "^1.3.3", "style-loader": "^1.1.3", "terser-webpack-plugin": "^2.3.5", "thread-loader": "^2.1.3", "url-loader": "^4.0.0", "webpack": "^4.42.0", "webpack-build-notifier": "^2.0.0", "webpack-bundle-analyzer": "^3.6.1", "webpack-cli": "^3.3.11", "webpack-deep-scope-plugin": "^1.6.2", "webpack-dev-server": "^3.10.3" }, "dependencies": { "@babel/polyfill": "^7.8.7", "@q/webpack4-qcdn-plugin": "^1.5.2", "axios": "^0.19.2", "classnames": "^2.2.6", "fetch-jsonp": "^1.1.3", "history": "^4.10.1", "immutable": "^4.0.0-rc.12", "md5": "^2.2.1", "prop-types": "^15.7.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-redux": "^7.2.0", "react-router-dom": "^5.1.2", "react-router-redux": "^4.0.8", "redux": "^4.0.5", "redux-immutable": "^4.0.0", "redux-thunk": "^2.3.0" }, "version": "1.0.33" }