-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.74 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "online-cinema",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "pnpm next dev -p 3100",
"start": "pnpm next start -p 3100",
"build": "pnpm next build",
"lint": "pnpm next lint",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@reduxjs/toolkit": "2.2.1",
"axios": "1.7.3",
"classnames": "2.5.1",
"draft-js": "0.11.7",
"draftjs-to-html": "0.9.1",
"html-react-parser": "5.1.10",
"html-to-draftjs": "1.5.0",
"immutable": "4.3.7",
"js-cookie": "3.0.5",
"next": "14.2.5",
"nextjs-toploader": "1.6.6",
"prop-types": "15.7.1",
"react": "18",
"react-dom": "18",
"react-draft-wysiwyg": "1.15.0",
"react-hook-form": "7.52.2",
"react-icons": "5.0.1",
"react-loading-skeleton": "3.4.0",
"react-query": "3.39.3",
"react-redux": "9.1.0",
"react-redux-toastr": "8.0.0",
"react-select": "5.8.0",
"react-transition-group": "4.4.5",
"redux": "5.0.1",
"sharp": "0.33.4",
"string-strip-html": "13.4.8"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@types/draft-js": "0.11.18",
"@types/draftjs-to-html": "0.8.4",
"@types/html-to-draftjs": "1.4.3",
"@types/js-cookie": "3.0.6",
"@types/node": "20.11.17",
"@types/prop-types": "15.7.12",
"@types/react": "18.2.25",
"@types/react-dom": "18",
"@types/react-draft-wysiwyg": "1.13.8",
"@types/react-redux-toastr": "8.0.0",
"@types/react-transition-group": "4.4.10",
"@types/uuid": "9.0.8",
"autoprefixer": "10.4.17",
"eslint": "8",
"eslint-config-next": "14.1.0",
"postcss": "8.4.5",
"prettier": "2.5.1",
"sass": "1.70.0",
"tailwind": "4.0.0",
"tailwindcss": "3.4.1",
"typescript": "5"
},
"resolutions": {
"autoprefixer": "10.4.17"
}
}