UNPKG

@servicestack/react

Version:
43 lines (42 loc) 1.24 kB
{ "name": "@servicestack/react", "version": "1.0.8", "author": "ServiceStack", "description": "React controls for ServiceStack Apps", "repository": { "type": "git", "url": "git+https://github.com/ServiceStack/servicestack-react.git" }, "keywords": [ "servicestack", "bootstrap", "react", "validation", "controls" ], "scripts": { "pretest": "tsc", "uglify": "uglifyjs dist\\servicestack-react.umd.js --compress --mangle -o dist\\servicestack-react.min.js", "publish": "tsc && tsc -p tsconfig.umd.json && move dist\\index.js dist\\servicestack-react.umd.js && bash inject-umd.sh && npm run uglify && move src\\index.js dist && copy src\\index.d.ts dist", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist/index.js", "dist/index.d.ts", "dist/servicestack-react.umd.js", "dist/servicestack-react.min.js" ], "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "@servicestack/client": "^1.0.31", "react": "^16.8.6", "react-dom": "^16.8.6", "react-router-dom": "^5.0.1" }, "devDependencies": { "@types/react": "^16.8.23", "@types/react-dom": "^16.8.4", "typescript": "^3.5.3" } }