-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
42 lines (42 loc) · 984 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@cdssnc/gcds-components-react",
"version": "0.31.0",
"author": "Government of Canada / Gouvernement du Canada",
"description": "React wrapper for gcds-components",
"homepage": "https://design-system.alpha.canada.ca/",
"bugs": {
"url": "https://github.com/cds-snc/gcds-components/issues"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cds-snc/gcds-components.git"
},
"scripts": {
"build": "npm run tsc",
"tsc": "tsc -p ."
},
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"dist",
"gcds.css"
],
"dependencies": {
"@cdssnc/gcds-components": "^0.31.0"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.0.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "~5.1.0"
},
"license": "MIT"
}