tsp-component
Version:
提供多端和react版本的UI组件
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "tsp-component",
"version": "2.7.39",
"description": "提供多端和react版本的UI组件",
"main": "index.js",
"scripts": {
"dev": "set NODE_ENV=development&&webpack --watch --progress --color --display-error-details"
},
"repository": {
"type": "git",
"url": "https://git.coding.net/summersky/ry-component.git"
},
"keywords": [
"组件",
"react"
],
"author": "田绍鹏",
"license": "MIT",
"dependencies": {
"classnames": "2.2.5",
"object-assign": "4.1.1",
"promise-polyfill": "6.0.2",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-hammerjs": "0.5.0",
"react-router": "2.8.1",
"url-search-params": "0.9.0"
},
"devDependencies": {
"@types/react": "15.0.27",
"@types/react-dom": "0.14.23",
"gulp": "github:gulpjs/gulp#4.0",
"source-map-loader": "^0.2.1",
"ts-loader": "2.2.0",
"tsp-task": "0.1.2",
"typescript": "2.4.1",
"webpack": "3.0.0"
}
}