-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.99 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 3.99 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@govtool/frontend",
"private": true,
"version": "2.0.29",
"type": "module",
"scripts": {
"build": "vite build",
"build:storybook": "storybook build",
"chromatic": "chromatic",
"dev": "vite",
"format": "prettier --write src",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"postinstall": "patch-package",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:make-badges": "npx istanbul-badges-readme --readmeDir='../../'",
"test:verbose": "vitest --reporter=verbose",
"test:ui": "vitest --ui",
"test:storybook": "test-storybook",
"test:watch": "vitest watch",
"tsc": "npx tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@emurgo/cardano-serialization-lib-asmjs": "^14.1.1",
"@hookform/resolvers": "^3.3.1",
"@intersect.mbo/govtool-outcomes-pillar-ui": "v1.5.9",
"@intersect.mbo/intersectmbo.org-icons-set": "^1.0.8",
"@intersect.mbo/pdf-ui": "1.0.14-beta",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"@noble/ed25519": "^2.3.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/pluginutils": "^5.1.0",
"@sentry/react": "^7.77.0",
"@usersnap/browser": "^0.0.5",
"axios": "^1.4.0",
"bech32": "^2.0.0",
"blakejs": "^1.2.1",
"buffer": "^6.0.3",
"cbor-web": "^10.0.3",
"date-fns": "^2.30.0",
"esbuild": "^0.25.0",
"i18next": "^23.7.19",
"jsonld": "^8.3.2",
"katex": "^0.16.21",
"keen-slider": "^6.8.5",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-diff-view": "^3.2.1",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.47.0",
"react-i18next": "^14.0.1",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.13.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"storybook-addon-manual-mocks": "^1.0.3",
"storybook-addon-module-mock": "^1.3.4",
"unidiff": "^1.0.4",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-jest": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/experimental-addon-test": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "^0.20.1",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/jsonld": "^1.5.13",
"@types/node": "^20.4.8",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.0.11",
"@types/react-gtm-module": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/browser": "^3.0.7",
"@vitest/coverage-v8": "^3.0.7",
"@vitest/ui": "^3.0.7",
"chromatic": "^11.20.0",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-storybook": "^0.11.1",
"fs": "^0.0.1-security",
"jsdom": "^23.0.1",
"playwright": "^1.49.0",
"storybook": "^8.4.7",
"typescript": "^5.0.2",
"vite": "^6.0.3",
"vite-plugin-compression": "^0.5.1",
"vitest": "^3.0.7"
},
"optionalDependencies": {
"@rollup/rollup-linux-arm64-musl": "4.12.0"
},
"overrides": {
"typescript": "^5.0.2",
"nth-check": "^2.0.1",
"postcss": "^8.4.31"
}
}