@moxb/stellar-router-react
Version:
Stellar router: React widgets
73 lines (72 loc) • 1.7 kB
JSON
{
"name": "@moxb/stellar-router-react",
"version": "0.4.8",
"description": "Stellar router: React widgets",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "make all"
},
"main": "dist",
"typings": "dist/",
"files": [
"dist/**/*",
"src/**/*.less"
],
"repository": {
"type": "git",
"url": "https://github.com/moxb/moxb.git"
},
"author": "moxb (moxb.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/moxb/moxb/issues"
},
"homepage": "https://github.com/moxb/moxb#readme",
"keywords": [
"mobx",
"html",
"react",
"router",
"UI"
],
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"setupTestFrameworkScriptFile": "../../jest/jestAdapter.js",
"testEnvironment": "jsdom",
"snapshotSerializers": [],
"transform": {
"^.+\\.(css|less)$": "../../jest/jestMockStyle.js",
"^.+\\.(ts|tsx)$": "ts-jest"
},
"modulePaths": [
"<rootDir>/node_modules"
],
"testMatch": [
"**/src/**/__tests__/*.(ts|tsx)"
]
},
"dependencies": {
"@moxb/data-hooks": "^0.4.7",
"@moxb/react-html": "^0.4.7",
"@moxb/stellar-router-core": "^0.4.8",
"@moxb/util": "^0.4.7"
},
"devDependencies": {
"@types/jest": "29.2.3",
"@types/react": "18.0.25",
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"eslint": "8.14.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react-hooks": "4.5.0"
},
"gitHead": "dcddea14c5b84b7eade466ead522efd2e5a5871f"
}