rc-select-city
Version:
40 lines (39 loc) • 977 B
JSON
{
"name": "rc-select-city",
"main": "./lib/index",
"module": "./es/index",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:w567675/rc-select-city.git"
},
"dependencies": {
"antd": "^3.1.6",
"fs-extra": "^5.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.13.0",
"ts-import-plugin": "^1.4.3",
"ts-loader": "^3.3.1",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "webpack-dev-server --config webpack.config.dev.js",
"es": "tsc",
"lib": "tsc --outDir lib/ --module commonjs",
"build": "npm run es & npm run lib & node copy.js"
},
"devDependencies": {
"@types/react": "^16.0.35",
"@types/react-dom": "^16.0.3",
"css-loader": "^0.28.9",
"style-loader": "^0.20.1",
"typescript": "^2.6.2"
},
"description": "",
"keywords": [
"select-city"
],
"author": "zhanghaiyang <403724532@qq.com>",
"license": "ISC"
}