-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 989 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
{
"name": "saf-training",
"version": "2.0.0",
"description": "Training site for the MITRE Security Automation Framework",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "npm dlx vp-update",
"start-server": "npm run docs:clean-dev",
"ci": "start-server-and-test start-server http://localhost:8080 cy:run",
"cypress:open": "cypress open",
"cy:run": "cypress run --e2e"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.17",
"@vuepress/bundler-webpack": "^2.0.0-rc.18",
"@vuepress/client": "2.0.0-rc.2",
"cypress": "^13.15.2",
"cypress-each": "^1.13.3",
"mermaid": "^11.4.0",
"reveal.js": "^5.0.4",
"start-server-and-test": "^2.0.7",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.13",
"vuepress-theme-hope": "2.0.0-rc.49"
}
}