-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 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
{
"name": "taytrongbantay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^3.0.2",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@hieubda/ckeditor5-build-with-htmlembed": "file:ckeditor5-build-with-htmlembed-master",
"@reduxjs/toolkit": "^1.6.1",
"@tailwindcss/line-clamp": "^0.2.1",
"@uploadcare/react-widget": "^1.3.8",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cookies": "^0.8.0",
"eslint-plugin-react-hooks": "^4.2.1-alpha-cb8a50619-20210909",
"form-data": "^4.0.0",
"interweave": "^12.8.0",
"jslint": "^0.12.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.3",
"next": "11.1.2",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-cool-inview": "^2.0.7",
"react-dom": "17.0.2",
"react-hook-form": "^7.14.2",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.4",
"react-scroll-horizontal": "^1.6.6",
"react-toastify": "^8.0.2",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"socket.io": "^4.2.0",
"socket.io-client": "^4.2.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"autoprefixer": "^10.3.3",
"babel-plugin-macros": "^3.1.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.6",
"prettier": "2.3.2",
"tailwindcss": "^2.2.14",
"twin.macro": "^2.7.0",
"vercel": "^23.1.2"
}
}