51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "devscard",
|
|
"description": "Template for creating a comprehensive virtual CV for developers.",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"lint": "eslint . --ext .cjs,.ts,.tsx,.astro --ignore-path .gitignore",
|
|
"lint:ts": "tsc --jsx preserve --skipLibCheck",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"astro-icon": "^0.7.3",
|
|
"clsx": "^1.2.1",
|
|
"prettier-plugin-astro": "^0.5.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^1.0.0",
|
|
"@astrojs/tailwind": "^1.0.0",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.35.1",
|
|
"@typescript-eslint/parser": "^5.35.1",
|
|
"astro": "^1.0.8",
|
|
"eslint": "^8.23.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-import-resolver-typescript": "^3.5.0",
|
|
"eslint-plugin-astro": "^0.17.1",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-file-progress": "^1.3.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.31.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
"postcss": "^8.4.16",
|
|
"prettier": "^2.7.1",
|
|
"tailwindcss": "^3.1.8",
|
|
"vite": "^3.0.9",
|
|
"vite-tsconfig-paths": "^3.5.0"
|
|
}
|
|
}
|