-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "technical-interview",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006 -s ./src",
"build-storybook": "storybook build"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@reduxjs/toolkit": "^2.0.1",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-select": "^5.8.0"
},
"devDependencies": {
"@storybook/addon-essentials": "7.6.6",
"@storybook/addon-interactions": "7.6.6",
"@storybook/addon-links": "7.6.6",
"@storybook/addon-onboarding": "1.0.10",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "7.6.6",
"@storybook/react": "7.6.6",
"@storybook/react-vite": "7.6.6",
"@storybook/test": "7.6.6",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^3.1.0",
"storybook": "7.6.6",
"tailwindcss": "^3.4.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
},
"packageManager": "yarn@4.0.2"
}