UNPKG

fullts

Version:

Full stack framework in TypeScript, based on TSRPC.

46 lines (45 loc) 1.09 kB
{ "name": "fullts", "version": "1.1.0", "description": "Full stack framework in TypeScript, based on TSRPC.", "main": "index.js", "scripts": { "test": "mocha", "build": "rm -rf dist && tsc -d && cp package.json LICENSE README.md dist/", "postinstall": "rm -rf node_modules/@types/node" }, "repository": { "type": "git", "url": "https://github.com/k8w/fullts.git" }, "keywords": [ "fullts", "tsrpc", "full-stack", "full stack", "typescript", "k8w" ], "author": "k8w", "license": "Apache-2.0", "dependencies": { "@types/prop-types": "^15.5.2", "@types/react-dom": "^16.0.4", "@types/react-router-dom": "^4.2.3", "k8w-extend-native": "*", "k8w-super-promise": "*", "prop-types": "^15.6.1", "react": "^16.2.0", "react-dom": "^16.2.0", "react-router-dom": "^4.2.2", "tsrpc-browser": "*", "tsrpc-protocol": "*" }, "devDependencies": { "ts-loader": "^3.5.0", "tsrpc-protocol-loader": "*", "typescript": "*", "webpack": "^3.11.0" }, "typings": "index.d.ts" }