This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
71 lines (71 loc) · 2.04 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
62
63
64
65
66
67
68
69
70
71
{
"name": "job-board",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "yarn jest",
"prepare": "husky install"
},
"dependencies": {
"-": "^0.0.1",
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.5",
"@fontsource/comfortaa": "^4.5.10",
"@fontsource/inter": "^4.5.14",
"@fontsource/work-sans": "^4.5.14",
"@hookform/resolvers": "^2.9.7",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@supabase/supabase-js": "^1.35.6",
"@uiw/react-md-editor": "^3.20.2",
"@zeit/next-css": "^1.0.1",
"aws-sdk": "^2.1306.0",
"babel-loader": "^9.1.0",
"babel-plugin-transform-remove-imports": "^1.7.0",
"chakra-react-select": "^4.4.3",
"chakra-ui-markdown-renderer": "^4.1.0",
"d": "^1.0.1",
"date-fns": "^2.29.3",
"framer-motion": "^7.5.2",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"matter": "^0.2.0",
"md": "^0.6.0",
"next": "13.1.1",
"next-plausible": "^3.6.5",
"next-remove-imports": "^1.0.7",
"next-seo": "^5.5.0",
"normalize.css": "^8.0.1",
"pill-pity": "^0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.41.3",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.4",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.29.2",
"@testing-library/react-hooks": "^8.0.1",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-jsconfig": "^1.1.0",
"eslint-plugin-chakra-ui": "^0.7.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.4.2",
"lint-staged": "^13.0.3",
"prettier": "^2.8.1",
"react-test-renderer": "^18.2.0",
"typescript": "^4.9.5"
}
}