-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
61 lines (61 loc) · 1.7 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
56
57
58
59
60
61
{
"name": "levers",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "patch-package",
"lint": "eslint ."
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@headlessui/react": "^1.4.3",
"@material-tailwind/react": "^1.2.4",
"@types/react-modal": "^3.16.0",
"@uidotdev/usehooks": "^2.2.0",
"date-fns": "^2.28.0",
"emailjs-com": "^3.2.0",
"flexsearch": "^0.7.31",
"framer-motion": "^10.12.9",
"gray-matter": "^4.0.3",
"install": "^0.13.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^3.0.3",
"markdown-it-image-caption": "^1.0.0",
"markdown-it-sidenote": "^4.1.0",
"markdown-it-table-of-contents": "^0.6.0",
"next": "13.2.0",
"next-seo": "^5.1.0",
"npm": "^9.5.1",
"patch-package": "^6.5.1",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-faq-component": "^1.3.4",
"react-icons": "^4.3.1",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^8.0.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.10.0",
"sass": "^1.57.1",
"scss": "^0.2.4",
"typescript": "^4.5.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.1",
"@types/gtag.js": "^0.0.8",
"@types/node": "18.11.9",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^3.0.15"
}
}