UNPKG

rat-text-test

Version:
72 lines (71 loc) 1.96 kB
{ "name": "rat-text-test", "description": "text component", "version": "0.0.7", "main": "build/index.node.js", "license": "BSD-3-Clause", "keywords": [ "rat", "rat-text" ], "repository": { "type": "git", "url": "git+https://github.com/alibaba/rat.git" }, "shopConfig": { "type": "component", "bizCode": "official", "whitelist": {} }, "files": [ "lib", "build" ], "scripts": { "eslint": "./node_modules/eslint/bin/eslint.js --fix ./ --ext .jsx --ext .js", "start": "gulp start", "build": "gulp build", "watch": "babel src --out-dir lib --watch" }, "readmeFilename": "README.md", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "*", "babel-loader": "^7.1.1", "babel-plugin-module-alias": "^1.6.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-assign": "^6.22.0", "babel-polyfill": "^6.8.0", "babel-preset-es2015": "^6.24.1", "babel-preset-rax": "^0.6.4-3", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "del": "^2.2.0", "eslint": "^4.1.1", "eslint-config-ali": "^2.0.0", "eslint-plugin-import": "^2.6.0", "eslint-plugin-react": "^7.1.0", "fallback-port": "^0.1.7", "gulp": "~3.9.1", "gulp-babel": "~6.1.2", "gulp-util": "~3.0.7", "lodash": "^4.12.0", "open": "~0.0.5", "postcss-loader": "^0.9.1", "prop-types": "^15.5.10", "raw-loader": "^0.5.1", "rax-webpack-plugin": "^0.6.5", "react": "^16.1.1", "react-addons-transition-group": "^15.5.2", "react-dom": "^16.1.1", "react-hot-loader": "^3.0.0-beta.7", "reqwest": "~2.0.5", "sass-loader": "^7.0.3", "style-loader": "~0.13.1", "stylesheet-loader": "^0.6.4-1", "webpack": "^3.4.1", "webpack-dev-server": "^2.6.1" }, "gitHead": "f836d3d02cc8e23bb52613d4d41e2d54f1acad99" }