-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.58 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
{
"name": "@conduction/components",
"version": "2.2.51",
"description": "React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib/",
"build": "npm-run-all build:**",
"build:tsc": "tsc",
"build:copyCSS": "copyfiles -u 1 src/**/*.css lib/",
"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": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@utrecht/component-library-react": "3.0.0",
"clsx": "^2.1.0",
"gatsby": "^5.13.3",
"react": "^18.2.0",
"react-datepicker": "^6.3.0",
"react-hook-form": "7.51.0",
"react-paginate": "^8.2.0",
"react-select": "5.8.0",
"react-tabs": "^6.0.2",
"react-tooltip": "^5.26.3"
},
"devDependencies": {
"@types/node": "^20.11.27",
"@types/react": "^18.2.66",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.2.22",
"copyfiles": "^2.4.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"tsc-hooks": "^1.1.2",
"typescript": "^5.4.2"
}
}