UNPKG

@state-less/leap-backend

Version:

A collection of open source fullstack services

71 lines (70 loc) 2.31 kB
{ "name": "@state-less/leap-backend", "version": "0.0.1", "description": "A collection of open source fullstack services", "main": "dist/index.js", "scripts": { "build": "babel -x \".ts\" -x \".tsx\" -x \".js\" ./src --out-dir ./dist && tsc", "postinstall": "npm run build", "start": "yarn build && node dist/index.js", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/C5H8NNaO4/leap-backend.git" }, "keywords": [ "Leap", "React", "Server", "Open", "Source", "Forum", "Lists", "TypeScript", "JavaScript", "TSX", "Backend", "Server" ], "author": "Moritz Roessler", "license": "MIT", "bugs": { "url": "https://github.com/C5H8NNaO4/leap-backend/issues" }, "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.5", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/plugin-transform-modules-commonjs": "^7.21.2", "@babel/plugin-transform-react-jsx": "^7.21.0", "@babel/plugin-transform-runtime": "^7.21.0", "@babel/plugin-transform-typescript": "^7.16.1", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.16.0", "@typescript-eslint/eslint-plugin": "^5.14.0", "@typescript-eslint/parser": "^5.12.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.10.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.3.0", "prettier": "^2.5.1", "typescript": "^5.0.2" }, "homepage": "https://github.com/C5H8NNaO4/leap-backend#readme", "dependencies": { "@state-less/react-server": "^2.0.42", "date-fns": "^3.3.1", "uuid": "^9.0.1" }, "peerDependencies": { "@state-less/react-server": "^2.0.42" } }