-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
{
"name": "dot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@redux-devtools/extension": "^3.2.5",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"cookies": "^0.8.0",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.3",
"iron-session": "^6.3.1",
"js-cookie": "^3.0.5",
"next": "13.3.0",
"next-cookies": "^2.0.3",
"next-redux-wrapper": "^8.1.0",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroller": "^1.2.6",
"react-intersection-observer": "^9.4.3",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-window": "^1.8.9",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"redux-devtools-extension": "^2.13.9",
"tailwindcss": "^3.3.1"
}
}