-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
187 lines (187 loc) · 5.99 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "@ogcio/ogcio-ds",
"description": "OGCIO-DS contains the code you need to start building a user interface for government platforms and services.",
"version": "0.4.4",
"engines": {
"node": "^20.11.0",
"npm": "^10.2.4"
},
"main": "./package/govie/all.js",
"module": "./package/govie-esm/all.mjs",
"exports": {
".": {
"sass": "./package/govie/all.scss",
"import": "./package/govie-esm/all.mjs",
"require": "./package/govie/all.js"
},
"./govie/": "./package/govie/",
"./govie-esm/": "./package/govie-esm/"
},
"files": [
"package/**/*"
],
"sideEffects": [
"./package/govie-esm/vendor/**"
],
"sass": "./package/govie/all.scss",
"author": {
"name": "OGCIO Design System Team (Office of the Government Chief Information Officer)"
},
"repository": {
"type": "git",
"url": "https://github.com/ogcio/ogcio-ds.git"
},
"bugs": {
"url": "https://github.com/ogcio/ogcio-ds/issues"
},
"homepage": "https://ogcio.github.io/ogcio-ds/",
"keywords": [
"govie",
"frontend",
"design system",
"template"
],
"license": "MIT",
"scripts": {
"storybook": " npm run build:storybook:dist && npm run storybook:ci",
"storybook:ci": "storybook dev -p 6006",
"storybook:build": "storybook build --output-dir build",
"storybook:serve": "http-server build --port 6006",
"build:storybook:dist": "gulp build:storybook:dist --destination 'storybook/dist'",
"build-release": "./bin/build-release.sh",
"publish-release": "./bin/publish-release.sh",
"pre-release": "./bin/pre-release.sh",
"build:compile": "gulp compile",
"build:dist": "gulp build:dist --destination \"dist\"",
"build:package": "gulp build:package --destination \"package\"",
"test": "vitest run",
"test:watch": "vitest",
"test:build:package": "npx jest --selectProjects \"Gulp tasks\" --testMatch \"**/*build-package*\"",
"test:build:dist": "npx jest --selectProjects \"Gulp tasks\" --testMatch \"**/*build-dist*\"",
"test:storybook": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run storybook:serve\" \"npx wait-on http://localhost:6006 && test-storybook\"",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --cache --cache-location .cache/eslint --cache-strategy content --color --ignore-path .gitignore --max-warnings 0 \"**/*.{cjs,js,mjs}\"",
"lint:scss": "stylelint --cache --cache-location .cache/stylelint --cache-strategy content --color --ignore-path .gitignore --max-warnings 0 \"{app,src}/**/*.scss\"",
"husky:install": "husky install",
"husky:uninstall": "git config --unset core.hooksPath",
"format": "prettier --write \"src/**/*.{js,jsx,json,css,scss,html,md}\"",
"format:check": "prettier --check \"src/**/*.{js,jsx,json,css,scss,html,md}\""
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@chromatic-com/storybook": "^1.3.3",
"@etchteam/storybook-addon-css-variables-theme": "^3.0.0",
"@percy/cli": "^1.12.0",
"@playwright/test": "^1.46.0",
"@storybook/addon-a11y": "^8.1.11",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-onboarding": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@storybook/test": "^8.0.9",
"@storybook/test-runner": "^0.19.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"autoprefixer": "^9.8.8",
"axe-playwright": "^2.0.1",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.12",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"cssnano": "^4.1.11",
"del": "^7.0.0",
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-storybook": "^0.8.0",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"front-matter": "^4.0.2",
"glob": "^8.0.3",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-rename": "^2.0.0",
"gulp-task-listing": "^1.1.1",
"html-validate": "7.5.0",
"html5shiv": "^3.7.3",
"http-server": "^14.1.1",
"husky": "^8.0.0",
"jquery": "1.12.4",
"js-beautify": "^1.14.7",
"js-yaml": "^4.1.0",
"jsdoc": "^3.6.11",
"jsdoc-tsimport-plugin": "^1.0.5",
"map-stream": "^0.0.7",
"marked": "^4.1.1",
"merge-stream": "^2.0.0",
"minimatch": "^6.2.0",
"nodemon": "^2.0.20",
"nunjucks": "^3.2.4",
"outdent": "^0.8.0",
"plugin-error": "^2.0.1",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"postcss-pseudo-classes": "^0.2.1",
"postcss-scss": "^4.0.6",
"postcss-unmq": "^1.0.2",
"postcss-unopacity": "^2.0.0",
"postcss-unrgba": "^1.1.1",
"prettier": "^3.2.5",
"react": "^17.0.2",
"react-code-blocks": "^0.0.9-0",
"react-dom": "^17.0.2",
"recursive-readdir": "^2.2.2",
"remark-gfm": "^4.0.0",
"rollup": "0.59.4",
"sass": "^1.77.0",
"sass-color-helpers": "^2.1.1",
"sassdoc": "^2.7.4",
"shuffle-seed": "^1.1.6",
"slash": "^5.0.0",
"standard": "^17.0.0",
"storybook": "^8.0.9",
"stylelint": "^14.14.0",
"stylelint-config-gds": "^0.2.0",
"stylelint-order": "^5.0.0",
"terser": "^5.16.3",
"undici": "^5.11.0",
"vite": "^5.2.0",
"vitest": "^1.5.0",
"wait-on": "^6.0.1",
"ws": "^8.9.0",
"yargs-parser": "^21.1.1"
},
"overrides": {
"chokidar@^2": {
"glob-parent": "^5"
},
"glob-stream@^6": {
"glob-parent": "^5"
},
"latest-version@^5": {
"package-json": "^7"
},
"postcss-unmq": {
"postcss": "^7"
},
"postcss-unopacity": {
"postcss": "^7"
},
"postcss-unrgba": {
"postcss": "^7"
},
"sass-convert": {
"semver-regex": "^3"
},
"sassdoc-extras@^2": {
"marked": "^0.8.2"
}
}
}