-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
32 lines (32 loc) · 1.16 KB
/
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
{
"name": "skills-docs",
"version": "0.1.0",
"license": "Apache-2.0",
"description": "SkillTree Docs",
"author": "SkillTree Team",
"scripts": {
"licenseDepCheck": "license-checker --production --onlyAllow='MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC' --summary",
"docs:dev": "vuepress dev docs",
"docs:build": "npm run licenseDepCheck && vuepress build docs",
"build": "npm run docs:build",
"serve": "npm run docs:dev",
"wait:skills-service": "npx wait-on -t 160000 http://localhost:8080/public/isAlive",
"cy:open": "cypress open --env updateSnapshots=true",
"cy:run": "cypress run --env updateSnapshots=true",
"cy:run:single": "cypress run --env updateSnapshots=true --spec \"cypress/integration/admin.js\""
},
"dependencies": {
"vue": "3.5.13"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-register-components": "2.0.0-rc.66",
"@vuepress/plugin-search": "2.0.0-rc.70",
"@vuepress/theme-default": "2.0.0-rc.69",
"cypress": "13.17.0",
"cypress-real-events": "1.13.0",
"license-checker": "25.0.1",
"sass-embedded": "1.83.4",
"vuepress": "2.0.0-rc.19"
}
}