mirror of
https://github.com/remvze/moodist.git
synced 2025-12-16 16:34:14 +00:00
103 lines
3.4 KiB
JSON
103 lines
3.4 KiB
JSON
{
|
|
"name": "moodist",
|
|
"type": "module",
|
|
"version": "2.4.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"test": "vitest",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"lint:style": "stylelint ./**/*.{css,astro,html}",
|
|
"lint:style:fix": "npm run lint:style -- --fix",
|
|
"format": "prettier . --write",
|
|
"prepare": "husky install",
|
|
"commit": "git-cz",
|
|
"release": "standard-version --no-verify",
|
|
"release:major": "npm run release -- --release-as major",
|
|
"release:minor": "npm run release -- --release-as minor",
|
|
"release:patch": "npm run release -- --release-as patch",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "3.6.0",
|
|
"@floating-ui/react": "0.26.0",
|
|
"@formkit/auto-animate": "0.8.2",
|
|
"@radix-ui/react-checkbox": "1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "2.0.6",
|
|
"@radix-ui/react-slider": "1.2.3",
|
|
"@radix-ui/react-tooltip": "1.2.8",
|
|
"@types/howler": "2.2.10",
|
|
"@types/react": "^18.2.25",
|
|
"@types/react-dom": "^18.2.10",
|
|
"@vite-pwa/astro": "0.5.0",
|
|
"astro": "4.10.3",
|
|
"deepmerge": "4.3.1",
|
|
"focus-trap-react": "10.2.3",
|
|
"framer-motion": "10.16.4",
|
|
"howler": "2.2.4",
|
|
"js-confetti": "0.12.0",
|
|
"motion": "12.23.24",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hotkeys-hook": "3.2.1",
|
|
"react-icons": "4.11.0",
|
|
"react-wrap-balancer": "1.1.0",
|
|
"react-youtube": "10.1.0",
|
|
"uuid": "10.0.0",
|
|
"zustand": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "1.3.3",
|
|
"@commitlint/cli": "17.7.2",
|
|
"@commitlint/config-conventional": "17.7.0",
|
|
"@storybook/addon-a11y": "8.0.9",
|
|
"@storybook/addon-essentials": "8.0.9",
|
|
"@storybook/addon-interactions": "8.0.9",
|
|
"@storybook/addon-links": "8.0.9",
|
|
"@storybook/addon-onboarding": "8.0.9",
|
|
"@storybook/blocks": "8.0.9",
|
|
"@storybook/react": "8.0.9",
|
|
"@storybook/react-vite": "8.0.9",
|
|
"@storybook/test": "8.0.9",
|
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
"@typescript-eslint/parser": "6.7.4",
|
|
"astro-eslint-parser": "0.16.0",
|
|
"autoprefixer": "10.4.16",
|
|
"commitizen": "4.3.0",
|
|
"cz-conventional-changelog": "3.3.0",
|
|
"eslint": "8.50.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"eslint-import-resolver-alias": "1.1.2",
|
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
"eslint-plugin-astro": "0.29.1",
|
|
"eslint-plugin-import": "2.28.1",
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
"eslint-plugin-prettier": "5.0.0",
|
|
"eslint-plugin-react": "7.33.2",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-sort-destructure-keys": "1.5.0",
|
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
"eslint-plugin-storybook": "0.8.0",
|
|
"eslint-plugin-typescript-sort-keys": "3.1.0",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "14.0.1",
|
|
"postcss-html": "1.5.0",
|
|
"postcss-nesting": "12.0.1",
|
|
"prettier": "3.0.3",
|
|
"prettier-plugin-astro": "0.12.0",
|
|
"prop-types": "15.8.1",
|
|
"standard-version": "9.5.0",
|
|
"storybook": "8.0.9",
|
|
"stylelint": "15.10.3",
|
|
"stylelint-config-html": "1.1.0",
|
|
"stylelint-config-recess-order": "4.4.0",
|
|
"stylelint-config-standard": "34.0.0",
|
|
"stylelint-prettier": "4.0.2",
|
|
"vitest": "1.6.0"
|
|
}
|
|
}
|