@exabytellc/app
Version:
EB react app to make everything a little easier!
54 lines (53 loc) • 1.45 kB
JSON
{
"name": "@exabytellc/app",
"version": "1.0.11",
"description": "EB react app to make everything a little easier!",
"keywords": [
"app",
"react",
"eb",
"exabytellc"
],
"author": "Moemen Zaafarany",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/exabytellc/react.get.git",
"directory": "app"
},
"private": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"scripts": {
"build": "babel src --out-dir dist --copy-files",
"prepublishOnly": "npm version patch & npm i & npm run build"
},
"sideEffects": false,
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"react-router-dom": "^7.1.5"
}
}