-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "ottoanime",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"countapi-js": "^1.0.2",
"disable-devtool": "^0.2.5",
"emailjs-com": "^3.2.0",
"framer-motion": "^7.5.2",
"lottie-react": "^2.3.1",
"next": "12.2.0",
"next-progress": "^2.2.0",
"next-pwa": "^5.5.4",
"next-seo": "^5.5.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.7.2",
"react": "^18.2.0",
"react-dark-mode-toggle": "^0.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-loader-spinner": "^5.3.4",
"react-player": "^2.11.0",
"react-redux": "^8.0.2",
"react-toastify": "^9.0.7",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"sharp": "^0.30.7",
"styled-components": "^5.3.5",
"swiper": "^8.3.1",
"swr": "^1.3.0",
"tailwindcss": "^3.1.6"
},
"devDependencies": {
"eslint": "8.19.0",
"eslint-config-next": "12.2.0"
}
}