@ftchinese/ftc-searchbar-react
Version:
The search bar for FTC, which is a partial of ftc-header. It is the react version.
103 lines (102 loc) • 3.02 kB
JSON
{
"name": "@ftchinese/ftc-searchbar-react",
"version": "1.3.1",
"description": "The search bar for FTC, which is a partial of ftc-header. It is the react version.",
"main": "build/index.js",
"module": "build/index.es.js",
"scripts": {
"start": "cross-env NODE_ENV=development node server.js",
"test": "cross-env NODE_ENV=testing jest",
"clean": "rimraf build",
"build:rollup": "cross-env NODE_ENV=production rollup --config rollup.config.prod.js",
"build": "npm run clean && npm run build:rollup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangyichen1064431086/ftc-searchbar-react.git"
},
"files": [
"build"
],
"keywords": [
"search",
"searchBar",
"react",
"ftchinese"
],
"author": "wangyichen",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangyichen1064431086/ftc-searchbar-react/issues"
},
"homepage": "https://github.com/wangyichen1064431086/ftc-searchbar-react#readme",
"dependencies": {
"classnames": "^2.2.5",
"extract-text-webpack-plugin": "^3.0.2",
"immutable": "^3.8.2",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-css-modules": "^4.7.2",
"react-dom": "^16.2.0",
"react-immutable-render-mixin": "^0.9.7",
"react-motion": "^0.5.2",
"react-router": "^4.2.0",
"sass-mq": "^4.0.2",
"source-map": "^0.7.2"
},
"jest": {
"moduleNameMapper": {
"(\\.css|\\.scss)$": "identity-obj-proxy"
},
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"coveralls": "^3.0.0",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"koa-views": "^6.1.4",
"koa-webpack": "^3.0.2",
"node-sass": "^4.9.2",
"nunjucks": "^3.1.2",
"postcss-discard-comments": "^4.0.0",
"react-hot-loader": "^4.0.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-minify-es": "^1.1.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-postcss": "^1.5.1",
"rollup-plugin-replace": "^2.0.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.14",
"webpack-dev-middleware": "^3.0.1",
"webpack-hot-middleware": "^2.21.2"
},
"publishConfig": {
"access": "public"
}
}