forked from mathieutu/resap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.13 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
{
"name": "resap-next",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext js,ts,jsx,tsx",
"lint:fix": "yarn lint --fix",
"contentful-typing": "contentful-typescript-codegen --output src/types/contentful.d.ts",
"tailwind:viewer": "tailwind-config-viewer -o"
},
"dependencies": {
"@contentful/rich-text-from-markdown": "^15.5.1",
"@contentful/rich-text-html-renderer": "^15.5.1",
"@contentful/rich-text-plain-text-renderer": "^15.5.1",
"@contentful/rich-text-types": "^15.5.1",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"algoliasearch": "^4.11.0",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"contentful": "^9.1.4",
"next": "^11.1.2",
"next-seo": "^4.28.1",
"nodemailer": "^6.7.0",
"nodemailer-react": "^1.0.1",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.17.5",
"react-instantsearch-dom": "^6.13.0",
"react-json-view": "^1.21.3",
"react-toast-notifications": "^2.5.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.5.0-alpha.2",
"@types/node": "^16.11.6",
"@types/nodemailer": "^6.4.4",
"@types/ramda": "^0.27.45",
"@types/react": "^17.0.33",
"@types/react-instantsearch-dom": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"autoprefixer": "^10.3.7",
"contentful-management": "^7.44.2",
"contentful-typescript-codegen": "^3.2.3",
"dotenv": "^10.0.0",
"eslint": "^8.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-next": "^11.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"tailwind-config-viewer": "^1.6.2",
"tailwindcss": "^2.2.17",
"typescript": "^4.4.4"
}
}