forked from ConductionNL/conduction-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.38 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
{
"name": "@conduction/components",
"version": "1.0.3",
"description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConductionNL/conduction-components.git"
},
"keywords": ["React", "Gatsby", "Conduction", "Components"],
"author": "Conduction B.V.",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConductionNL/conduction-components/issues"
},
"homepage": "https://github.com/ConductionNL/conduction-components#readme",
"dependencies": {
"@gemeente-denhaag/components-react": "^0.1.1-alpha.143",
"@gemeente-denhaag/design-tokens-components": "^0.2.3-alpha.178",
"@gemeente-denhaag/form-field": "^0.1.1-alpha.67",
"@gemeente-denhaag/process-steps": "^0.1.0-alpha.18",
"@gemeente-denhaag/sidenav": "^0.1.0-alpha.1",
"@gemeente-denhaag/table": "^0.1.1-alpha.87",
"@gemeente-denhaag/textarea": "^0.1.1-alpha.65",
"clsx": "^1.1.1",
"gatsby": "^4.11.1",
"react": "^17.0.1",
"react-hook-form": "^7.29.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"tsc-hooks": "^1.1.1",
"typescript": "^4.6.3"
}
}