-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
43
{
"name": "chuck-norris",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vite build",
"preview": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@storybook/addon-a11y": "^7.0.2",
"protypes": "^1.1.0",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.1",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.2",
"styled-components": "^5.3.9",
"swiper": "^9.1.1",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@iconify/react": "^4.1.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-styling": "^0.3.2",
"@storybook/builder-vite": "^0.4.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"babel-loader": "^8.3.0",
"vite": "^4.1.0",
"vite-plugin-pwa": "^0.14.4"
}
}