-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 818 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 818 Bytes
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
{
"name": "algorithmaudit_website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx tinacms dev -c \"hugo server -D -p 5173\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"tinacms": "^2.7.0",
"algoliasearch": "4",
"instantsearch.js": "4.79.0"
},
"devDependencies": {
"@types/node": "^22.5.1",
"@tinacms/cli": "^1.9.0",
"hugo": "^0.0.3",
"hugo-extended": "^0.145.0"
},
"overrides": {
"jsonpath-plus": "^10.3.0",
"lodash": "^4.17.21",
"form-data": "^4.0.5",
"dompurify": "^3.3.1",
"mime": "^4.1.0",
"qs": "^6.14.1",
"mermaid": "^11.12.2",
"hoek": "^6.1.3",
"hawk": "^9.0.2",
"debug": "^4.4.3"
}
}