forked from AdvisorySG/mentorship-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 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
{
"name": "mentorship-page",
"version": "0.1.0",
"homepage": "https://mentorship.advisory.sg/",
"private": true,
"engines": {
"node": "18.x"
},
"dependencies": {
"@elastic/react-search-ui": "1.20.2",
"@elastic/react-search-ui-views": "^1.20.2",
"@elastic/search-ui": "^1.20.2",
"@elastic/search-ui-app-search-connector": "^1.20.2",
"@glidejs/glide": "^3.6.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.11.16",
"html-to-text": "^9.0.5",
"next": "^14.1.1",
"react": "^18.2.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"eslintConfig": {
"sourceType": "module",
"extends": "plugin:@next/next/recommended"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@elastic/elasticsearch": "^8.8.0",
"@next/eslint-plugin-next": "^14.0.4",
"@types/react": "^18.0.21",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.16",
"aws-sdk": "^2.1529.0",
"husky": "^8.0.3",
"postcss": "^8.4.35",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.4"
}
}