-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.45 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@govbr-ds/webcomponents-quickstart-vue",
"version": "1.1.0",
"private": true,
"description": "Projeto exemplificando o uso da biblioteca de Web Components do GovBR-DS em projetos Vue.",
"keywords": [
"design system",
"govbr-ds",
"web components",
"vue"
],
"homepage": "https://govbr-ds.gitlab.io/wbc/quickstarts/govbr-ds-wbc-quickstart-vue",
"bugs": "https://gitlab.com/govbr-ds/wbc/quickstarts/govbr-ds-wbc-quickstart-vue/-/issues",
"repository": "gitlab:govbr-ds/wbc/quickstarts/govbr-ds-wbc-quickstart-vue.git",
"license": "MIT",
"author": "SERPRO <[email protected]> (http://serpro.gov.br/)",
"contributors": [
"Dataprev (https://portal3.dataprev.gov.br/)"
],
"scripts": {
"build": "vue-tsc --noEmit && vite build --outDir public --base=/wbc/quickstarts/govbr-ds-wbc-quickstart-vue/",
"commit": "git-cz",
"dev": "vite",
"prepare": "husky install",
"preview": "vite preview"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@govbr-ds/core": "^3.2.0",
"@govbr-ds/webcomponents": "^1.8.0",
"@vue/cli-service": "^5.0.8",
"vue": "^3.2.41",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@govbr-ds/commit-config": "latest",
"@govbr-ds/release-config": "latest",
"@vitejs/plugin-vue": "^3.2.0",
"husky": "^8.0.2",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vue-tsc": "^1.0.9"
}
}