-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
87 lines (87 loc) · 2.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@cdssnc/gcds-components",
"version": "0.31.0",
"author": "Government of Canada / Gouvernement du Canada",
"description": "Web components for the GCDS",
"homepage": "https://design-system.alpha.canada.ca/",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/stencil-starter-project-name/stencil-starter-project-name.esm.js",
"files": [
"dist/",
"loader/",
"hydrate"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "stencil build --docs",
"postbuild": "node ./scripts/copyCSSFile.js",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o ./../../docs",
"lint": "eslint .",
"lint-and-fix": "eslint . --fix"
},
"dependencies": {
"@stencil/core": "4.19.2",
"@stencil/react-output-target": "^0.5.3",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addons": "^7.6.17",
"@storybook/test": "^8.0.9",
"@storybook/theming": "^8.0.9"
},
"devDependencies": {
"@axe-core/puppeteer": "^4.7.3",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@cdssnc/gcds-tokens": "^2.1.0",
"@fortawesome/fontawesome-free": "^6.3.0",
"@stencil/angular-output-target": "file:../../utils/angular-output-target",
"@stencil/postcss": "^2.1.0",
"@stencil/sass": "^3.0.0-0",
"@stencil/vue-output-target": "^0.8.8",
"@storybook/addon-actions": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-mdx-gfm": "^8.0.9",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.0.9",
"@storybook/html": "^8.0.9",
"@storybook/html-webpack5": "^8.0.9",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"babel-loader": "^9.0.0",
"cssnano": "^6.0.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"gulp": "^4.0.2",
"gulp-sass": "^5.0.0",
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"lit-html": "^2.6.1",
"postcss-nested": "^6.0.0",
"prettier": "^3.0.0",
"puppeteer": "^21.0.0",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.43.5",
"stencil-inline-svg": "^1.1.0",
"storybook": "^8.0.9",
"workbox-build": "^7.0.0"
},
"license": "MIT"
}