forked from nl-portal/nl-portal-frontend-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.27 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
88
89
90
91
92
93
94
{
"name": "@nl-portal/nl-portal-user-interface",
"version": "0.1.1-alpha.36",
"description": "Made with create-react-library",
"author": "Ritense",
"license": "EUPL-1.2",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"engines": {
"node": ">=14 <17"
},
"scripts": {
"build": "microbundle-crl --format modern,cjs",
"start": "wait-on ../../packages/localization/dist/index.js && microbundle-crl watch --no-compress --no-sourcemap --format modern,cjs",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build",
"clean": "rimraf dist"
},
"peerDependencies": {
"react": "^17.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.12.38",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.2",
"gh-pages": "^2.2.0",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-scripts": "4.0.3",
"rimraf": "^3.0.2",
"sass": "^1.38.2",
"typescript": "^4.1.2",
"wait-on": "^6.0.1"
},
"files": [
"dist"
],
"dependencies": {
"@apollo/client": "^3.4.11",
"@formio/react": "^5.2.3",
"@gemeente-denhaag/action": "0.1.1-alpha.11",
"@gemeente-denhaag/alert": "0.1.1-alpha.278",
"@gemeente-denhaag/card": "0.2.3-alpha.348",
"@gemeente-denhaag/components-react": "0.1.1-alpha.259",
"@gemeente-denhaag/contact-timeline": "0.1.1-alpha.5",
"@gemeente-denhaag/descriptionlist": "0.1.1-alpha.234",
"@gemeente-denhaag/icons": "0.2.3-alpha.308",
"@gemeente-denhaag/link": "0.2.3-alpha.70",
"@gemeente-denhaag/page": "0.1.1-alpha.168",
"@gemeente-denhaag/process-steps": "0.1.0-alpha.176",
"@gemeente-denhaag/responsive-content": "0.1.1-alpha.168",
"@gemeente-denhaag/sidenav": "0.1.0-alpha.126",
"@gemeente-denhaag/tab": "0.2.3-alpha.348",
"@gemeente-denhaag/table": "0.1.1-alpha.228",
"@gemeente-denhaag/textfield": "0.2.3-alpha.70",
"@nl-portal/nl-portal-api": "^0.1.1-alpha.36",
"@nl-portal/nl-portal-authentication": "^0.1.1-alpha.36",
"@nl-portal/nl-portal-localization": "^0.1.1-alpha.36",
"@react-hook/size": "^2.1.2",
"@react-hook/window-scroll": "^1.3.0",
"@react-keycloak/web": "^3.4.0",
"@testing-library/react": "^11.1.0",
"@types/lodash": "^4.14.172",
"@types/react-helmet": "^6.1.2",
"@types/react-router-dom": "^5.1.8",
"@utrecht/component-library-css": "1.0.0-alpha.589",
"bootstrap": "4.6.2",
"classnames": "^2.3.1",
"font-awesome": "4.7",
"formiojs": "^4.14.7",
"lodash": "^4.17.21",
"pretty-bytes": "^5.6.0",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.3.0",
"react-intl": "^5.20.10",
"react-loading-skeleton": "^2.2.0",
"react-router-dom": "^5.2.1",
"react-use-uuid": "^2.0.0",
"usehooks-ts": "^1.0.1"
}
}