UNPKG

dui-react

Version:
93 lines (92 loc) 2.62 kB
{ "name": "dui-react", "version": "1.0.19", "description": "design your ui --base on react", "main": "lib/index.js", "babel": { "presets": [ "react" ] }, "scripts": { "build:lib": "rm -rf lib && babel src -d lib && npm run build:sass", "build:sass": "gulp compile", "pub": "npm run before_pub && npm publish", "before_pub": "webpack --config ./webpack.publish.config.js", "start": "webpack-dev-server --config ./webpack.config.js --progress --colors --host 0.0.0.0 --port 8000 --hot --inline" }, "repository": { "type": "git", "url": "git+https://github.com/danieltao1993/dui-react.git" }, "keywords": [ "DUI" ], "author": "Daniel.Kong", "license": "MIT", "bugs": { "url": "https://github.com/danieltao1993/dui-react/issues" }, "homepage": "https://github.com/danieltao1993/dui-react#readme", "dependencies": { "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "clean-webpack-plugin": "^0.1.17", "commitizen": "^2.9.6", "css-loader": "^0.28.8", "extract-text-webpack-plugin": "2.1.2", "gulp": "^3.9.1", "gulp-base64": "^0.1.3", "gulp-less": "^4.0.1", "gulp-sass": "^4.0.1", "html-webpack-plugin": "^2.30.1", "image-loader": "^0.0.1", "postcss-assets": "^5.0.0", "postcss-hash-classname": "^0.4.0", "postcss-inline-svg": "^3.0.0", "postcss-less": "^1.1.3", "react": "^16.2.0", "react-css-modules": "^4.7.7", "react-dom": "^16.2.0", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "sass-loader": "^6.0.6", "style-loader": "^0.19.1", "stylus": "^0.54.5", "stylus-loader": "^3.0.1", "svg-url-loader": "^2.3.0", "url-loader": "^0.6.2" }, "devDependencies": { "autoprefixer": "^7.2.2", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "cz-conventional-changelog": "^2.1.0", "gulp": "^3.9.1", "gulp-base64": "^0.1.3", "gulp-sass": "^4.0.1", "less": "^2.7.3", "less-loader": "^4.0.5", "node-sass": "^4.7.2", "postcss": "^6.0.14", "postcss-import": "^11.0.0", "postcss-loader": "^2.0.9", "postcss-scss": "^1.0.2", "precss": "^2.0.0", "webpack": "^3.10.0", "webpack-dev-server": "^2.9.7" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }