{
    "name": "@sledge-app/js",
    "private": false,
    "version": "2.0.111",
    "type": "module",
    "browser": "./dist/sledge.umd.min.js",
    "files": [
        "dist/",
        "README.md"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "dev": "vite",
        "build": "tsc && npm run format && vite build",
        "build-and-publish": "echo 'Current version: '$npm_package_version' \nEnter package version' && read version && npm version $version && npm run build && npm publish",
        "preview": "vite preview",
        "format": "npx prettier . --write --ignore-path .gitignore && git update-index --again",
        "clean": "rm -rf node_modules"
    },
    "dependencies": {
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    },
    "devDependencies": {
        "@sledge/config-tsconfig": "workspace:*",
        "@types/node": "^18.11.9",
        "@types/react": "^18.0.33",
        "@types/react-dom": "^18.0.11",
        "@vitejs/plugin-react": "^4.0.3",
        "@vitejs/plugin-react-swc": "^3.3.2",
        "terser": "^5.19.0",
        "typescript": "^5.1.6",
        "vite": "^4.4.3",
        "vite-plugin-dts": "^3.2.0"
    }
}
