forked from uswds/uswds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
187 lines (187 loc) · 5.97 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": "@uswds/uswds",
"version": "3.8.2",
"description": "Open source UI components and visual style guide for U.S. government websites",
"engines": {
"node": ">= 4"
},
"keywords": [
"ui",
"uswds",
"components",
"library",
"open source",
"united states",
"usa",
"u.s.",
"government",
"websites"
],
"files": [
".storybook",
"dist",
"packages",
"src",
"tasks",
".browserslistrc",
"CONTRIBUTING.md",
"gulpfile.js",
"webpack.twig.config.js"
],
"module": "./dist/js/uswds.min.js",
"exports": {
".": {
"import": "./dist/js/uswds.min.js",
"default": "./dist/js/uswds.min.js"
},
"./src/js/components": "./packages/uswds-core/src/js/index.js",
"./src/img/*": "./dist/img/*",
"./js": "./packages/uswds-core/src/js/index.js",
"./js/*": "./packages/*/src/index.js",
"./css/*": "./dist/css/*",
"./scss/*": "./packages/*/_index.scss",
"./img/*": "./dist/img/*",
"./fonts/*": "./packages/uswds-core/src/assets/fonts/*"
},
"main": "dist/js/uswds.min.js",
"jsnext:main": "./packages/uswds-core/src/js/start.js",
"style": "dist/css/uswds.min.css",
"sass": "./src/stylesheets/uswds.scss",
"mocha": {
"config": "src/utils/test/.mocharc.json"
},
"scripts": {
"build": "gulp",
"lint": "npm run lint:js && npm run lint:sass",
"lint:js": "eslint packages/**/**/*.js",
"lint:sass": "gulp lintSass",
"mocha": "mocha",
"prepare": "npx gulp",
"preversion": "npm test",
"release": "gulp release",
"federalist": "npm run build && npm run build:storybook",
"start": "npm run start:storybook",
"test": "snyk test && npm run lint && gulp typecheck && gulp test",
"test:ci": "npm run lint && gulp test && npm run test:a11y && npm run build:html",
"test:a11y": "build-storybook && axe-storybook",
"test:sass": "gulp sassTests",
"test:unit": "gulp unitTests",
"version": "gulp release",
"watch": "gulp watch",
"fix:icons": "npx svgo --folder ./packages/usa-icon/src/img/uswds-icons -q && npx svgo --folder ./packages/usa-icon/src/img/usa-icons-bg -q",
"prettier": "npm run prettier:html && npm run prettier:js && npm run prettier:sass",
"prettier:check": "npx prettier -c ./packages/**/*.{scss,js}",
"prettier:html": "npx prettier --write './html-templates/**/**/*.html' --ignore-path=.prettierignore",
"prettier:js": "npx prettier --write './packages/**/**/*.js' --ignore-path=.prettierignore",
"prettier:sass": "npx prettier --write './packages/**/**/*.scss' --ignore-path=.prettierignore",
"start:storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook -o _site",
"build:html": "webpack build --config ./webpack.twig.config.js && npm run prettier:html"
},
"repository": {
"type": "git",
"url": "https://github.com/uswds/uswds.git"
},
"author": "18F",
"contributors": [
"Shawn Allen <shawn.allen@gsa.gov>",
"Maya Benari <maya.ben-ari@gsa.gov>",
"Adam Biagianti <adam.biagianti@gsa.gov>",
"John Donmoyer <john.donmoyer@gsa.gov>",
"Julia Elman <julia.elman@gsa.gov>",
"Brian Hurst <brian.hurst@gsa.gov>",
"Jeremia Kimelman <jeremia.kimelman@gsa.gov>",
"Roger Steve Ruiz <roger.ruiz@gsa.gov>",
"Marco Segreto <marco.segreto@gsa.gov>",
"Atul Varma <atul.varma@gsa.gov>",
"Dan O. Williams <daniel.williams@gsa.gov>",
"Sara D. Cope <sara.cope@gsa.gov>",
"Stephanie Green <stephanie.green@gsa.gov"
],
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/uswds/uswds/issues"
},
"homepage": "https://github.com/uswds/uswds#readme",
"dependencies": {
"object-assign": "4.1.1",
"receptor": "1.0.0",
"resolve-id-refs": "0.1.0"
},
"devDependencies": {
"@18f/identity-stylelint-config": "4.1.0",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@chanzuckerberg/axe-storybook-testing": "6.3.1",
"@material-design-icons/svg": "0.14.13",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/html": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@types/node": "20.14.10",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.20",
"axe-core": "4.10.0",
"babel-loader": "9.1.3",
"babelify": "10.0.0",
"browserify": "17.0.0",
"cross-spawn": "7.0.3",
"css-loader": "6.8.1",
"del": "6.0.0",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-no-unsanitized": "4.0.2",
"fancy-log": "2.0.0",
"file-loader": "6.2.0",
"gulp": "4.0.2",
"gulp-changed": "4.0.3",
"gulp-clean": "0.4.0",
"gulp-cli": "2.3.0",
"gulp-mocha": "9.0.0",
"gulp-postcss": "9.0.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-svgstore": "9.0.0",
"gulp-uglify": "3.0.2",
"html-webpack-plugin": "5.6.0",
"jsdom": "22.1.0",
"jsdom-global": "3.0.2",
"lodash.merge": "4.6.2",
"merge-stream": "2.0.0",
"mocha": "10.7.0",
"mq-polyfill": "1.1.8",
"normalize.css": "8.0.1",
"path": "0.12.7",
"postcss": "8.4.40",
"postcss-csso": "6.0.1",
"postcss-discard-comments": "6.0.2",
"postcss-import": "15.1.0",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.6.0",
"prettier": "3.3.3",
"react-dom": "17.0.2",
"resolve-url-loader": "5.0.0",
"sass": "1.77.6",
"sass-embedded": "1.77.5",
"sass-loader": "13.3.2",
"sass-true": "6.0.1",
"sinon": "12.0.1",
"snyk": "1.1292.2",
"style-loader": "3.3.3",
"stylelint": "16.8.1",
"svgo": "3.3.2",
"twig-html-loader": "0.1.9",
"twigjs-loader": "1.0.3",
"typescript": "5.5.4",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"webpack": "5.93.0",
"webpack-cli": "5.1.4"
}
}