mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "moodist",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^3.0.3",
|
|
"@types/react": "^18.2.25",
|
|
"@types/react-dom": "^18.2.10",
|
|
"astro": "^3.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "17.7.2",
|
|
"@commitlint/config-conventional": "17.7.0",
|
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
"@typescript-eslint/parser": "6.7.4",
|
|
"astro-eslint-parser": "0.16.0",
|
|
"eslint": "8.50.0",
|
|
"eslint-config-prettier": "9.0.0",
|
|
"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",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "14.0.1",
|
|
"postcss-html": "1.5.0",
|
|
"prettier": "3.0.3",
|
|
"prettier-plugin-astro": "0.12.0",
|
|
"stylelint": "15.10.3",
|
|
"stylelint-config-html": "1.1.0",
|
|
"stylelint-config-idiomatic-order": "9.0.0",
|
|
"stylelint-config-standard": "34.0.0",
|
|
"stylelint-prettier": "4.0.2",
|
|
"tsc-files": "1.1.4"
|
|
}
|
|
}
|