UNPKG

create-plume-react-project

Version:
98 lines (97 loc) 3.11 kB
{ "name": "ts-admin", "version": "0.1.0", "private": true, "type": "module", "dependencies": { "@fontsource/roboto": "^4.5.8", "clsx": "^2.1.0", "dayjs": "^1.11.13", "micro-observables": "^1.7.2", "plume-ts-di": "^1.2.4", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hook-form": "7.53.0", "simple-http-request-builder": "^2.1.0", "simple-http-rest-client": "^2.3.0", "simple-job-scheduler": "^1.1.2", "simple-logging-system": "^1.1.0", "type-route": "^1.1.0" }, "devDependencies": { "@sayari/eslint-plugin": "^0.0.1-rc.4", "@storybook/addon-essentials": "8.6.12", "@storybook/addon-interactions": "8.6.12", "@storybook/addon-onboarding": "8.6.12", "@storybook/blocks": "8.6.12", "@storybook/react": "8.6.12", "@storybook/react-vite": "8.6.12", "@storybook/test": "8.6.12", "@stylistic/eslint-plugin": "^4.2.0", "@swc/core": "^1.11.22", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/eslint": "^9.6.1", "@types/node": "^22.13.16", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "@types/storybook__react": "^5.2.1", "@types/validator": "^13.12.2", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "@vitejs/plugin-react-swc": "^3.9.0", "@vitest/coverage-v8": "^3.1.1", "autoprefixer": "latest", "concurrently": "^7.4.0", "eslint": "^9.23.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-plugin-compat": "^6.0.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-storybook": "^0.6.15", "eslint-plugin-typescript-compat": "^0.3.1", "history": "5.3.0", "jsdom": "^20.0.1", "msw": "^2.7.3", "postcss": "latest", "sass": "^1.55.0", "storybook": "8.6.12", "stylelint": "^14.13.0", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-scss": "^4.3.0", "swc-class-decorator-plugin": "^1.0.1", "typed-scss-modules": "^7.1.1", "typescript": "^5.8.2", "vite": "^6.2.5", "vitest": "^3.1.1" }, "browserslist": [ "defaults", "not IE 11", "not op_mini all", "Chrome >= 80", "Firefox >= 80", "safari >= 13" ], "scripts": { "start": "concurrently \"yarn watch-scss-module\" \"yarn vite\"", "watch-scss-module": "typed-scss-modules 'src/**/*.scss' -w -u", "build": "rm -rf build && vite build", "stylelint": "stylelint '**/*.scss'", "eslint": "eslint src --ext .ts,.tsx -c eslint.ci.config.js", "typescript": "tsc --noEmit", "test": "vitest run", "coverage": "vitest run --coverage", "check-scss-types": "typed-scss-modules 'src/**/*.scss' -l", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "packageManager": "yarn@4.9.1", "engines": { "node": "~22" } }