-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) Β· 1.54 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": "client-meeting-season3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest --watch"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"axios": "^1.4.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"lottie-react": "^2.4.0",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.1",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"styled-components": "^6.0.0-rc.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.10",
"@storybook/addon-interactions": "^7.0.10",
"@storybook/addon-links": "^7.0.10",
"@storybook/addon-mdx-gfm": "^7.0.10",
"@storybook/addon-styling": "^1.0.7",
"@storybook/blocks": "^7.0.10",
"@storybook/nextjs": "^7.0.10",
"@storybook/react": "^7.0.10",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"eslint-plugin-storybook": "^0.6.12",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"storybook": "^7.0.10",
"storybook-addon-next": "^1.8.0",
"styled-reset": "^4.4.6"
}
}