-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "@cdssnc/gcds-components-vue",
"version": "0.30.0",
"description": "Vue wrapper for GC Design System components",
"author": "Government of Canada / Gouvernement du Canada",
"homepage": "https://design-system.alpha.canada.ca/",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"dist",
"gcds.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cds-snc/gcds-components.git"
},
"scripts": {
"build": "npm run tsc",
"pretest": "cd tests/app && npm i",
"test": "npx playwright test",
"tsc": "tsc -p . --outDir ./dist"
},
"bugs": {
"url": "https://github.com/cds-snc/gcds-components/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@cdssnc/gcds-components": "^0.30.0"
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-dom": "^3.4.26",
"@vue/server-renderer": "^3.4.27",
"vue": "^3.4.26"
}
}