-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
65 lines (65 loc) · 1.64 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
{
"name": "mentorship-page",
"version": "0.1.0",
"homepage": "https://mentorship.advisory.sg/",
"private": true,
"engines": {
"node": "20.x"
},
"dependencies": {
"@elastic/react-search-ui": "^1.21.5",
"@elastic/react-search-ui-views": "^1.21.5",
"@elastic/search-ui": "^1.21.5",
"@elastic/search-ui-app-search-connector": "^1.21.5",
"@emotion/styled": "^11.11.0",
"@glidejs/glide": "^3.6.0",
"@iconify/react": "^5.0.1",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.16.7",
"html-to-text": "^9.0.5",
"js-cookie": "^3.0.5",
"next": "^14.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.10.3",
"styled-components": "^6.1.8"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest out",
"prepare": "husky"
},
"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.2.15",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.3.11",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.20",
"aws-sdk": "^2.1529.0",
"eslint-config-next": "^14.2.6",
"husky": "^9.0.11",
"postcss": "^8.4.35",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2"
}
}