Bumps the npm_and_yarn group with 4 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers), [brace-expansion](https://github.com/juliangruber/brace-expansion) and [undici](https://github.com/nodejs/undici). Updates `vite` from 5.4.14 to 5.4.20 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite) Updates `@babel/helpers` from 7.26.9 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-helpers) Updates `brace-expansion` from 1.1.11 to 1.1.12 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12) Updates `undici` from 6.21.1 to 6.22.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.1...v6.22.0) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.20 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-version: 7.28.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 1.1.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 6.22.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
169 lines
6.3 KiB
JSON
169 lines
6.3 KiB
JSON
{
|
|
"name": "ut-registration-plus",
|
|
"displayName": "UT Registration Plus",
|
|
"version": "2.2.2",
|
|
"description": "UT Registration Plus is a Chrome extension that allows students to easily register for classes.",
|
|
"private": true,
|
|
"homepage": "https://github.com/Longhorn-Developers/UT-Registration-Plus",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build:dev": "tsc && NODE_ENV='development' vite build --mode development",
|
|
"build:watch": "NODE_ENV='development' vite build --mode development -w",
|
|
"zip": "pnpm build && pnpm gulp zipProdBuild",
|
|
"zip:to-publish": "SENTRY_ENV='production' pnpm zip",
|
|
"prettier": "prettier src --check",
|
|
"prettier:fix": "prettier src --write",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives",
|
|
"lint:fix": "eslint src --ext ts,tsx --report-unused-disable-directives --fix",
|
|
"check-types": "tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"coverage": "vitest run --coverage",
|
|
"preview": "vite preview",
|
|
"generate-changelog": "bun run scripts/generateChangelog.ts",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@date-fns/tz": "^1.2.0",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@headlessui/react": "^2.2.0",
|
|
"@octokit/rest": "^21.1.1",
|
|
"@phosphor-icons/react": "^2.1.7",
|
|
"@sentry/react": "^8.55.0",
|
|
"@tanstack/react-query": "^5.69.0",
|
|
"@unocss/vite": "^0.63.6",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"chrome-extension-toolkit": "^0.0.54",
|
|
"clsx": "^2.1.1",
|
|
"conventional-changelog": "^6.0.0",
|
|
"date-fns": "^4.1.0",
|
|
"highcharts": "^11.4.8",
|
|
"highcharts-react-official": "^3.2.1",
|
|
"html-to-image": "^1.11.13",
|
|
"husky": "^9.1.7",
|
|
"kc-dabr-wasm": "^0.1.2",
|
|
"nanoid": "^5.1.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-loading-skeleton": "^3.5.0",
|
|
"react-markdown": "^9.1.0",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"sass": "^1.85.1",
|
|
"simple-git": "^3.27.0",
|
|
"sql.js": "1.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^2.0.2",
|
|
"@commitlint/cli": "^19.7.1",
|
|
"@commitlint/config-conventional": "^19.7.1",
|
|
"@commitlint/types": "^19.5.0",
|
|
"@crxjs/vite-plugin": "2.0.0-beta.21",
|
|
"@iconify-json/bi": "^1.2.2",
|
|
"@iconify-json/ic": "^1.2.2",
|
|
"@iconify-json/iconoir": "^1.2.7",
|
|
"@iconify-json/material-symbols": "^1.2.14",
|
|
"@iconify-json/ri": "^1.2.5",
|
|
"@iconify-json/streamline": "^1.2.2",
|
|
"@semantic-release/exec": "^6.0.3",
|
|
"@sentry/types": "^8.55.0",
|
|
"@storybook/addon-designs": "^8.2.0",
|
|
"@storybook/addon-essentials": "^8.6.0",
|
|
"@storybook/addon-links": "^8.6.0",
|
|
"@storybook/blocks": "^8.6.0",
|
|
"@storybook/react": "^8.6.0",
|
|
"@storybook/react-vite": "^8.6.0",
|
|
"@storybook/test": "^8.6.0",
|
|
"@svgr/core": "^8.1.0",
|
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
"@types/chrome": "^0.0.273",
|
|
"@types/conventional-changelog": "^3.1.5",
|
|
"@types/gulp": "^4.0.17",
|
|
"@types/gulp-zip": "^4.0.4",
|
|
"@types/node": "^22.13.5",
|
|
"@types/prompts": "^2.4.9",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@types/semantic-release": "^20.0.6",
|
|
"@types/semver": "^7.5.8",
|
|
"@types/sql.js": "^1.4.9",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@unocss/eslint-config": "^0.63.6",
|
|
"@unocss/postcss": "^0.63.6",
|
|
"@unocss/preset-uno": "^0.63.6",
|
|
"@unocss/preset-web-fonts": "^0.63.6",
|
|
"@unocss/reset": "^0.63.6",
|
|
"@unocss/transformer-directives": "^0.63.6",
|
|
"@unocss/transformer-variant-group": "^0.63.6",
|
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
"@vitest/coverage-v8": "^2.1.9",
|
|
"@vitest/ui": "^2.1.9",
|
|
"chalk": "^5.4.1",
|
|
"chromatic": "^11.26.0",
|
|
"cssnano": "^7.0.6",
|
|
"cssnano-preset-advanced": "^7.0.6",
|
|
"dotenv": "^16.4.7",
|
|
"es-module-lexer": "^1.6.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.8.3",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-import-essentials": "^0.2.1",
|
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-prefer-function-component": "^3.4.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-storybook": "^0.9.0",
|
|
"eslint-plugin-tsdoc": "^0.3.0",
|
|
"gulp": "^5.0.0",
|
|
"gulp-execa": "^7.0.1",
|
|
"gulp-zip": "^6.1.0",
|
|
"path": "^0.12.7",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.5.2",
|
|
"react-dev-utils": "^12.0.1",
|
|
"semantic-release": "^24.2.3",
|
|
"storybook": "^8.6.0",
|
|
"typescript": "^5.7.3",
|
|
"unocss": "^0.63.6",
|
|
"unocss-preset-primitives": "0.0.2-beta.1",
|
|
"unplugin-icons": "^0.19.3",
|
|
"vite": "^5.4.20",
|
|
"vite-plugin-inspect": "^0.8.9",
|
|
"vitest": "^2.1.9"
|
|
},
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"pnpm": "^10"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"@crxjs/vite-plugin@2.0.0-beta.21": "patches/@crxjs__vite-plugin@2.0.0-beta.21.patch",
|
|
"@unocss/vite": "patches/@unocss__vite.patch"
|
|
},
|
|
"overrides": {
|
|
"es-module-lexer": "^1.5.4"
|
|
}
|
|
},
|
|
"volta": {
|
|
"node": "20.19.4",
|
|
"pnpm": "10.14.0"
|
|
}
|
|
}
|