Skip to content
Snippets Groups Projects
Commit b4b47dcd authored by Anna Mária Kollarčíková's avatar Anna Mária Kollarčíková
Browse files

majin update idk

parent c088b3ce
No related branches found
No related tags found
No related merge requests found
...@@ -3,24 +3,49 @@ ...@@ -3,24 +3,49 @@
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint src/**/*.ts[x]", "lint": "eslint src/**/*.ts[x]",
"dev": "vite", "dev": "vite",
"build": "tsc && vite build", "build": "tsc && vite build",
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"axios": "^0.26.1", "axios": "^0.26.1",
"date-fns": "^2.28.0",
"react": "^18.0.0", "react": "^18.0.0",
"react-date-range": "^1.4.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"react-hook-form": "^7.30.0", "react-hook-form": "^7.30.0",
"react-router-dom": "^6.3.0", "react-router": "^5.2.0",
"swr": "^1.3.0" "react-router-dom": "^5.2.0",
"semantic-ui-css": "^2.4.1",
"swr": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.9",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.1.21",
"@storybook/testing-library": "0.0.9",
"@types/react": "^18.0.0", "@types/react": "^18.0.0",
"@types/react-date-range": "^1.4.3",
"@types/react-dom": "^18.0.0", "@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vitejs/plugin-react": "^1.3.0", "@vitejs/plugin-react": "^1.3.0",
"babel-loader": "^8.2.4",
"typescript": "^4.6.3", "typescript": "^4.6.3",
"vite": "^2.9.5" "vite": "^2.9.5"
} }
} }
\ No newline at end of file
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
"jsx": "react-jsx" "jsx": "react"
}, },
"include": [ "include": [
"src" "src"
], ],
"references": [{ "path": "./tsconfig.node.json"}] "references": [{ "path": "./tsconfig.node.json"}]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment