UNPKG

antd-tools-ydl

Version:
65 lines (64 loc) 2 kB
{ "name": "fe-ydl-build", "version": "1.0.1", "description": "", "main": "index.js", "domain": "mvcstatic.ydlcdn.com", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --inline --host 0.0.0.0 --config=config/webpack.dev.js --watch --color --devtool=source-map", "build": "rm -rf dist && webpack --config=config/webpack.dev.js", "prod": "rm -rf dist && webpack --config=config/webpack.prod.js", "lint": "eslint --ext .js src", "del": "rm -rf dist" }, "repository": { "type": "git", "url": "ssh://git@gitlab.yidianling.com:2224/yidianling_static/ydl.build.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "axios": "^0.18.0", "babel": "^6.23.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-import": "^1.8.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react-native-stage-0": "^1.0.1", "babel-preset-stage-2": "^6.24.1", "css-loader": "^1.0.0", "eslint": "^5.3.0", "eslint-config-airbnb": "^17.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.10.0", "file-loader": "^1.1.11", "html-webpack-plugin": "^3.2.0", "mini-css-extract-plugin": "^0.4.0", "node-sass": "^4.9.3", "npm-check": "^5.7.1", "postcss": "^7.0.2", "postcss-loader": "^2.1.6", "postcss-plugin-pxtorem": "^0.0.1", "postcss-px2rem": "^0.3.0", "qs": "^6.5.2", "sass-loader": "^7.0.3", "style-loader": "^0.21.0", "uglifyjs-webpack-plugin": "^1.2.7", "url-loader": "^1.0.1", "webpack": "^4.12.0", "webpack-cli": "^3.0.6", "webpack-dev-server": "^3.1.4", "webpack-merge": "^4.1.4" }, "dependencies": { "antd-mobile": "^2.2.3", "react": "^16.4.2", "react-dom": "^16.4.2", "react-router-dom": "^4.3.1", "whatwg-fetch": "^2.0.4" } }