-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 KB
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
{
"name": "career-survey",
"description": "A survey app",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@prisma/client": "5.13.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^4.2.4",
"next": "13.0.6",
"next-mdx-remote": "^4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.7.1",
"react-lite-youtube-embed": "^2.3.52",
"react-toastify": "^10.0.5",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"swiper": "^8.4.5",
"zod": "^3.23.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"clsx": "^2.1.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"framer-motion": "^11.1.7",
"jshint": "^2.13.6",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^5.13.0",
"sass": "^1.56.2",
"sharp": "^0.31.2",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.2.4"
}
}