forked from security-alliance/frameworks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.72 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.72 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": "workspace",
"version": "1.0.0",
"description": "Official repository to the Security Frameworks by SEAL. This repository contains the entire structure and contents of the frameworks. Feel free to suggest from new categories to grammar corrections. Collaboration is open to everyone. **This is a work in progress.**",
"main": "index.js",
"devDependencies": {
"@types/exceljs": "^1.3.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"cspell": "^9.4.0",
"tailwindcss": "4.0.7",
"vocs": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "pnpm run generate-tags && pnpm run generate-indexes && pnpm run mermaid-wrapper && vocs dev --host 0.0.0.0 --port 5173",
"docs:build": "pnpm run generate-tags && pnpm run generate-indexes && pnpm run mermaid-wrapper && pnpm run generate-printables && vocs build",
"postdocs:build": "node utils/searchbar-indexing.js && node utils/sitemap-generator.js",
"docs:preview": "vocs preview",
"generate-tags": "node utils/tags-fetcher.js",
"mermaid-wrapper": "node utils/mermaid-block-wrapper.js",
"generate-indexes": "node utils/generate-folder-indexes.js",
"generate-printables": "node utils/generate-printable-checklists.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"just-install"
]
},
"packageManager": "pnpm@10.15.0",
"dependencies": {
"exceljs": "^4.4.0",
"gray-matter": "^4.0.3",
"just-install": "^2.0.2",
"mermaid": "^11.12.2",
"minisearch": "^6.3.0",
"playwright": "^1.57.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^7.12.0"
}
}