mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write src",
|
|
"lint": "eslint --fix src/**/*.{tsx,ts,jsx,js} --no-error-on-unmatched-pattern && stylelint --fix src/{,*/}*.{scss,css} --allow-empty-input",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.0.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@it-incubator/eslint-config": "^0.1.3",
|
|
"@it-incubator/prettier-config": "^0.1.2",
|
|
"@it-incubator/stylelint-config": "^0.1.5",
|
|
"@storybook/addon-essentials": "^7.1.1",
|
|
"@storybook/addon-interactions": "^7.1.1",
|
|
"@storybook/addon-links": "^7.1.1",
|
|
"@storybook/addon-onboarding": "^1.0.8",
|
|
"@storybook/blocks": "^7.1.1",
|
|
"@storybook/react": "^7.1.1",
|
|
"@storybook/react-vite": "^7.1.1",
|
|
"@storybook/testing-library": "^0.2.0",
|
|
"@types/node": "^20.4.5",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"eslint-plugin-storybook": "^0.6.13",
|
|
"sass": "^1.64.1",
|
|
"storybook": "^7.1.1",
|
|
"stylelint": "^15.10.2",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|