-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
119 lines (119 loc) · 4.15 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
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
{
"name": "mod.uk-design-system-documentation-site",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts --ext .tsx",
"lint:ci": "eslint -f ./node_modules/eslint-junit/index.js . --ext .ts --ext .tsx",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "NODE_ENV=test jest --testPathIgnorePatterns=./a11y/index.test.tsx",
"test:watch": "NODE_ENV=test jest --watch",
"test:e2e": "cypress run",
"codegen": "gql-gen --config codegen.yml",
"audit": "./scripts/audit/audit.sh",
"cypress:install": "cypress install"
},
"jestSonar": {
"reportPath": "coverage",
"reportFile": "sonar-report.xml",
"indent": 4
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.12.1",
"@defencedigital/design-tokens": "^3.12.18",
"@defencedigital/eslint-config-react": "^3.13.2",
"@defencedigital/fonts": "^3.12.18",
"@defencedigital/icon-library": "^3.13.15",
"@defencedigital/react-component-library": "^3.13.12",
"@graphql-codegen/cli": "^2.16.3",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-operations": "3.0.2",
"color-convert": "^2.0.1",
"contentful": "^10.6.14",
"firacode": "^6.2.0",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.4",
"iframe-resizer-react": "^1.1.0",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.2.0",
"next": "^12.2.5",
"nth-check": "^2.0.1",
"prism-react-renderer": "^1.3.3",
"prismjs": "^1.29.0",
"qs": "^6.10.2",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-responsive": "^9.0.0-beta.10",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/preset-typescript": "^7.21.4",
"@commitlint/lint": "^17.4.4",
"@contentful/rich-text-types": "^16.3.5",
"@octokit/rest": "^19.0.7",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-a11y": "^6.5.12",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-storyshots": "^6.4.19",
"@storybook/addon-storyshots-puppeteer": "^6.4.19",
"@storybook/addon-storysource": "^6.5.12",
"@storybook/addons": "^6.4.19",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.4.22",
"@svgr/webpack": "^6.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.194",
"@types/node": "^17.0.45",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.5.0",
"babel-loader": "^8.2.5",
"babel-plugin-import-graphql": "^2.8.1",
"babel-plugin-styled-components": "^2.0.7",
"babel-polyfill": "^6.26.0",
"browserslist": "^4.16.5",
"cypress": "12.10.0",
"eslint": "^8.55.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-junit": "^1.0.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.1.2",
"jest-canvas-mock": "^2.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^16.0.0",
"jest-sonar-reporter": "^2.0.0",
"jest-styled-components": "^7.1.1",
"local-cypress": "^1.2.6",
"next-transpile-modules": "^9.0.0",
"prettier": "^2.8.8",
"semantic-release": "^20.1.1",
"tar": "^6.2.1",
"typescript": "^5.0.4",
"webpack": "^5.78.0"
}
}