-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "skysetters",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"secure": "next dev --experimental-https",
"lint": "next lint",
"local": "next dev"
},
"dependencies": {
"@apollo/client": "^3.11.4",
"@auth0/nextjs-auth0": "^3.5.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@duffel/api": "^2.9.0",
"@duffel/components": "^3.7.7",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/open-sans": "^5.0.28",
"@fontsource/raleway": "^5.0.18",
"@nextui-org/react": "^2.3.5",
"@vis.gl/react-google-maps": "^0.8.3",
"applicationinsights": "^3.1.0",
"cors": "^2.8.5",
"cypress": "^13.9.0",
"date-fns": "^3.6.0",
"express": "^4.19.2",
"framer-motion": "^11.1.5",
"graphql": "^16.9.0",
"install": "^0.13.0",
"next": "^14.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"react-slick": "^0.30.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"typescript": "^5"
}
}