-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
{
"name": "harmontown-search",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"deploy": "./deploy.sh"
},
"engines": {
"node": "24",
"npm": "11"
},
"dependencies": {
"classnames": "^2.5.1",
"fuse.js": "^7.1.0",
"lodash.debounce": "^4.0.8",
"lodash.shuffle": "^4.2.0",
"markdown-it": "^14.1.1",
"next": "16.1.6",
"react": "^19",
"react-dom": "^19",
"react-error-boundary": "^6.1.1",
"react-kofi-overlay": "^1.0.2",
"react-player": "^3.4.0",
"react-tooltip": "^5.30.0",
"sass": "^1.97.3",
"typesense": "^3.0.1"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.shuffle": "^4.2.9",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25",
"@types/papaparse": "^5.5.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"csv-loader": "^3.0.5",
"eslint": "^10",
"eslint-config-next": "16.1.6",
"raw-loader": "^4.0.2",
"typescript": "^5"
}
}