UNPKG

@nu-art/thunder

Version:

Thunder - React & Typescript based frontend framework

53 lines (52 loc) 1.27 kB
{ "name": "@nu-art/thunder", "version": "0.15.4", "description": "Thunder - React & Typescript based frontend framework", "keywords": [ "TacB0sS", "infra", "nu-art", "thunder", "thunderstorm", "typescript" ], "homepage": "https://github.com/nu-art-js/thunder", "bugs": { "url": "https://github.com/nu-art-js/thunder/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:nu-art-js/thunder.git" }, "license": "Apache-2.0", "author": "TacB0sS", "main": "index.js", "types": "index.d.ts", "files": [ "**/*" ], "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 0", "test-future": "jest --config jestconfig.json", "postversion": "git push && git push --tags" }, "dependencies": { "@nu-art/ts-common": "~0.15.0", "history": "^4.9.0", "qs": "^6.6.0", "react": "^16.8.4", "react-dom": "^16.8.4", "react-hot-loader": "^4.3.11", "react-router-dom": "^4.3.1" }, "devDependencies": { "@types/history": "^4.7.2", "@types/qs": "^6.5.2", "@types/react": "^16.8.4", "@types/react-router-dom": "^4.3.1", "csstype": "^2.6.7", "react-router": "^5.0.1", "typescript": "^3.7.4" } }