-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 991 Bytes
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
{
"name": "flip-cbt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@types/styled-components": "^5.1.26",
"axios": "^0.27.2",
"framer-motion": "^7.6.15",
"next": "12.1.5",
"react": "18.0.0",
"react-calendly": "^4.1.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.32.1",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.1",
"react-youtube": "^10.0.0",
"styled-components": "^5.3.6",
"swiper": "^8.1.4"
},
"devDependencies": {
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"autoprefixer": "^10.4.4",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}