-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 916 Bytes
/
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
{
"name": "okh-search",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"get-data": "scripts/get-data.mjs"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"globule": "^1.3.4",
"image-thumbnail": "^1.0.15",
"minisearch": "^5.0.0",
"natural": "^5.2.3",
"next": "^12.2.5",
"node-fetch": "^3.2.10",
"promise-rate-limit": "^0.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lazy-load-image-component": "^1.5.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.3",
"yaml": "^2.1.1"
},
"devDependencies": {
"@types/node": "^18.7.11",
"@types/react": "^18.0.17",
"autoprefixer": "^10.4.8",
"netlify-cli": "^11.5.0",
"postcss": "^8.4.16",
"typescript": "^4.7.4"
}
}