-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.58 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
54
55
56
57
{
"name": "next-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p $PORT",
"client": "next dev -p 3002",
"redux-devtools": "redux-devtools --hostname=localhost --port=8000",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"author": "",
"license": "GPL v.3",
"dependencies": {
"@ant-design/icons": "^5.1.3",
"@ant-design/nextjs-registry": "^1.0.0",
"@reduxjs/toolkit": "^2.2.5",
"antd": "^5.5.1",
"autoprefixer": "^10.4.16",
"cookie": "^0.6.0",
"cookies-next": "^4.2.1",
"jquery": "^3.7.0",
"jquery-ui": "^1.13.2",
"moment": "^2.29.4",
"next": "^14.0.4",
"next-intl": "^3.15.0",
"postcss": "^8.4.30",
"quill": "^1.3.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-image-crop": "^11.0.5",
"react-redux": "^8.0.5",
"react-youtube": "^10.1.0",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"sass": "^1.62.1",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-onboarding": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/nextjs": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/test": "^8.0.9",
"storybook": "^8.0.9"
}
}