forked from mi6/ic-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
135 lines (135 loc) · 4.53 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "ic-design-system",
"private": true,
"description": "The website and documentation of the UK Intelligence Community's Design System (ICDS).",
"version": "2.0.1",
"dependencies": {
"@fontsource/open-sans": "^4.5.2",
"@mdi/font": "^6.5.95",
"@mdi/js": "^6.5.95",
"@mdi/react": "^1.5.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@ukic/docs": "^2.1.0-beta.11",
"@ukic/fonts": "^2.1.0-beta.11",
"@ukic/react": "^2.1.0-beta.11",
"@ukic/web-components": "^2.1.0-beta.11",
"audit-ci": "^6.6.1",
"clsx": "^1.1.1",
"cross-env": "^7.0.3",
"dateformat": "^5.0.2",
"dotenv": "^10.0.0",
"flexsearch": "0.6.32",
"gatsby": "^4.2.0",
"gatsby-plugin-catch-links": "^4.2.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-stencil": "^0.2.0",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^6.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"github-slugger": "^1.4.0",
"performant-array-to-tree": "^1.9.1",
"prism-react-renderer": "^1.3.1",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-markdown": "^7.1.0",
"react-router-dom": "^6.0.2",
"react-table": "^7.7.0",
"react-use-flexsearch": "^0.1.1",
"serve": "^14.1.2",
"sharp": "^0.31.1"
},
"resolutions": {
"gatsby/axios": "0.21.1",
"gatsby/socket.io": "2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@size-limit/file": "^7.0.5",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/dateformat": "^5.0.0",
"@types/github-slugger": "^1.3.0",
"@types/react-helmet": "^6.1.5",
"@types/react-table": "^7.7.11",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"axios": "^0.24.0",
"babel-jest": "^27.4.0",
"babel-preset-gatsby": "^2.2.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-mdx": "^1.16.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.0",
"lint-staged": "^12.1.2",
"markdown-json": "^1.6.1",
"npm-check-updates": "^11.4.1",
"prettier": "2.5.1",
"react-test-renderer": "^17.0.2",
"size-limit": "^7.0.5",
"socket.io": "^4.4.0",
"start-server-and-test": "^1.12.1"
},
"keywords": [
"gatsby",
"icds"
],
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"build": "npm run verify-ts && gatsby telemetry --disable && gatsby build && npm run mdx-to-json",
"build:prefixed": "gatsby telemetry --disable && GATSBY_ICDS_PREFIX=$npm_package_config_icdsprefix gatsby build --prefix-paths",
"postbuild": "size-limit",
"develop": "gatsby telemetry --disable && cross-env NODE_OPTIONS=--max-old-space-size=8192 gatsby develop --verbose",
"lint": "eslint --ext js,jsx,ts,tsx,mdx src",
"lint:fix": "eslint --ext js,jsx,ts,tsx,mdx src --fix",
"prettier": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
"static-analysis": "npm run lint & npm run prettier",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
"start": "npm run develop",
"serve": "gatsby serve -p 8000",
"clean": "gatsby clean",
"test": "jest --passWithNoTests",
"prepare": "husky install",
"verify-ts": "tsc --noEmit",
"audit": "audit-ci -m --config audit-ci.json",
"mdx-to-json": "markdown-json -c ./mdx-to-json-settings.json"
},
"size-limit": [
{
"limit": "3200 kB",
"path": "public/**/*.js"
}
]
}