-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.57 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
44
45
46
47
48
49
50
51
52
53
{
"name": "mylab",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch --env=jsdom",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.2",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-slot": "^1.0.1",
"@reduxjs/toolkit": "^1.9.3",
"@tanem/react-nprogress": "^5.0.32",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"framer-motion": "^10.0.1",
"next": "13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"storybook-addon-themes": "^6.1.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-beta.55",
"@storybook/addon-interactions": "^7.0.0-beta.55",
"@storybook/addon-links": "^7.0.0-beta.55",
"@storybook/blocks": "^7.0.0-alpha.8",
"@storybook/nextjs": "^7.0.0-beta.55",
"@storybook/react": "^7.0.0-beta.55",
"@storybook/testing-library": "^0.0.14-next.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.13",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.21",
"storybook": "^7.0.0-beta.55",
"storybook-dark-mode": "^2.1.1",
"tailwindcss": "^3.2.7"
}
}