-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "codle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.53.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"axios": "^0.26.1",
"clsx": "^1.1.1",
"dotenv": "^16.0.0",
"firebase-admin": "^10.0.2",
"flowbite": "^1.3.4",
"gsap": "^3.9.1",
"install": "^0.13.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"next": "12.1.0",
"next-redux-wrapper": "^7.0.5",
"next-seo": "^5.1.0",
"next-sitemap": "^2.5.7",
"npm": "^8.5.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-redux": "^7.2.6",
"react-tsparticles": "^1.41.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"tailwind-scrollbar-hide": "^1.1.7",
"ts-key-enum": "^2.0.11",
"ts-keycode-enum": "^1.0.6",
"use-debounce": "^7.0.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.5",
"@types/lodash": "^4.14.179",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}