-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "NEXTJS_IGNORE_TYPECHECK=1 NEXTJS_IGNORE_ESLINT=1 next build",
"vercel-build": "NEXTJS_IGNORE_TYPECHECK=1 NEXTJS_IGNORE_ESLINT=1 next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/poppins": "^5.0.3",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@popperjs/core": "^2.11.8",
"@rudderstack/rudder-sdk-node": "^2.0.2",
"cloudinary": "^1.32.0",
"eslint-config-next": "^13.0.1",
"framer-motion": "^7.6.4",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"lodash.debounce": "^4.0.8",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hooks-global-state": "^2.0.0",
"react-json-pretty": "^2.2.0",
"react-popper": "^2.3.0",
"react-swipeable": "^7.0.0",
"react-use-keypress": "^1.3.1",
"rudder-sdk-js": "^2.36.0",
"webfontloader": "^1.6.28",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}