-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.66 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
{
"name": "movie-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/env": "^14.2.3",
"@reduxjs/toolkit": "^2.2.4",
"axios": "^1.6.8",
"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",
"js-cookie": "^3.0.5",
"next": "14.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "^18",
"react-dom": "^18",
"react-draft-wysiwyg": "^1.15.0",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.1",
"react-loading-skeleton": "^3.4.0",
"react-query": "^3.39.3",
"react-redux": "^9.1.2",
"react-redux-toastr": "^8.0.0",
"react-select": "^5.8.0",
"react-star-rating-component": "^1.4.1",
"react-transition-group": "^4.4.5",
"sass": "^1.77.0",
"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.12.12",
"@types/react": "^18",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/react-redux-toastr": "^8.0.0",
"@types/react-star-rating-component": "^1.4.4",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"postcss-nested": "^6.0.1",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}