UNPKG

nullatenetur

Version:
84 lines (83 loc) 2.21 kB
{ "name": "nullatenetur", "description": "Very Fast React + Vite Boilerplate", "version": "1.17.0", "license": "MIT", "bin": "./bin/react-vite-ts-boilerplate.js", "keywords": [ "react", "neque", "typescript", "vero" ], "author": "AnsleyFisher", "repository": { "type": "git", "url": "https://github.com/DelphineWolff/nullatenetur.git" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.2.1" }, "devDependencies": { "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "@rollup/plugin-alias": "^3.1.9", "@testing-library/dom": "^8.14.0", "@testing-library/jest-dom": "^5.16.3", "@testing-library/react": "^12.1.4", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^13.5.0", "@types/jest": "^28.1.3", "@types/node": "^18.0.0", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@typescript-eslint/eslint-plugin": "5.4.0", "@typescript-eslint/parser": "5.4.0", "@vitejs/plugin-react": "^1.2.0", "@vitest/ui": "^0.7.12", "autoprefixer": "^10.4.2", "babel-polyfill": "^6.26.0", "c8": "^7.11.0", "core-js": "^3.19.1", "cssnano": "^5.1.1", "eslint": "^7.28.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "husky": "4", "jsdom": "^19.0.0", "lint-staged": "^12.0.3", "postcss": "^8.4.8", "postcss-import": "^14.0.2", "postcss-load-config": "^3.1.3", "postcss-loader": "^6.2.1", "postcss-nested": "^5.0.6", "prettier": "^2.4.1", "sass": "1.43.5", "standard-version": "^9.3.2", "typescript": "^4.7.4", "vite": "^2.8.6", "vite-plugin-checker": "^0.4.6", "vite-plugin-html": "^3.1.0", "vite-tsconfig-paths": "^3.4.1", "vitest": "^0.7.12" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint --fix" ] }, "packageManager": "yarn@3.2.1" }