-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.7 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
{
"name": "manga-app",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@netlify/plugin-nextjs": "^4.29.4",
"@next/bundle-analyzer": "^13.1.1",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"chartjs-plugin-annotation": "^2.0.1",
"cross-env": "^7.0.3",
"html-react-parser": "^3.0.4",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^12.3.0",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^7.0.5",
"next-themes": "^0.2.1",
"rc-dropdown": "^4.0.1",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dark-mode-toggle": "^0.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.0.2",
"react-select": "^5.5.8",
"react-spinners": "^0.13.4",
"react-toastify": "^9.0.8",
"react-tooltip": "^4.2.21",
"react-window": "^1.8.8",
"redux": "^4.2.0",
"redux-immutable": "^4.0.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"swiper": "^8.3.2",
"twin.macro": "^2.8.2",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/node": "18.7.16",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/redux-immutable": "^4.0.3",
"@types/uniqid": "^5.3.2",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}