UNPKG

@j2inn/app-react

Version:

React implementation of the j2inn-app framework

64 lines (63 loc) 1.65 kB
{ "name": "@j2inn/app-react", "version": "2.0.4", "description": "React implementation of the j2inn-app framework", "author": "Riccardo Leder", "license": "ISC", "main": "dist/index.js", "keywords": [ "j2", "app", "typescript" ], "files": [ "dist/**/*" ], "scripts": { "checktypes": "tsc --noEmit", "build": "npm run build:clean && tsc", "build:clean": "rimraf ./dist", "format": "prettier-eslint \"src/**/*.ts\" \"src/**/*.tsx\" --write", "lint": "eslint --fix --max-warnings=0 --ext ts,tsx,js,jsx src/", "prepack": "npm run build", "test": "npm run lint && npm run checktypes && jest --passWithNoTests", "doc": "typedoc" }, "devDependencies": { "@types/jest": "^29.0.3", "@types/lodash": "^4.14.185", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "eslint": "^8.23.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.0.3", "jest-environment-jsdom": "^29.0.3", "prettier": "^2.7.1", "prettier-eslint": "^15.0.1", "prettier-eslint-cli": "^7.1.0", "rimraf": "^3.0.2", "ts-jest": "^29.0.1", "typedoc": "^0.23.15", "typescript": "^4.8.3" }, "peerDependencies": { "@j2inn/app": "^6.0.0", "@j2inn/i18n": "^1.0.0", "@j2inn/ui": "^9.1.0", "@j2inn/utils": "^7.0.0", "haystack-core": "^3.0.5", "haystack-nclient": "^4.0.3", "haystack-react": "^4.0.3", "lodash": "^4.17.21", "mobx-react-lite": "^3.4.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "dependencies": { "classnames": "^2.3.2", "react-jss": "^10.9.2" } }