forked from uswds/uswds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
188 lines (188 loc) · 5.91 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
188
{
"name": "@uswds/uswds",
"version": "3.8.1",
"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'",
"prettier:js": "npx prettier --write './packages/**/**/*.js'",
"prettier:sass": "npx prettier --write './packages/**/**/*.scss'",
"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 <[email protected]>",
"Maya Benari <[email protected]>",
"Adam Biagianti <[email protected]>",
"John Donmoyer <[email protected]>",
"Julia Elman <[email protected]>",
"Brian Hurst <[email protected]>",
"Jeremia Kimelman <[email protected]>",
"Roger Steve Ruiz <[email protected]>",
"Marco Segreto <[email protected]>",
"Atul Varma <[email protected]>",
"Dan O. Williams <[email protected]>",
"Sara D. Cope <[email protected]>",
"Stephanie Green <[email protected]"
],
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/uswds/uswds/issues"
},
"homepage": "https://github.com/uswds/uswds#readme",
"dependencies": {
"classlist-polyfill": "1.2.0",
"object-assign": "4.1.1",
"receptor": "1.0.0",
"resolve-id-refs": "0.1.0"
},
"devDependencies": {
"@18f/identity-stylelint-config": "4.0.0",
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@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.12.11",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.19",
"axe-core": "4.9.1",
"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.4.0",
"mq-polyfill": "1.1.8",
"normalize.css": "8.0.1",
"path": "0.12.7",
"postcss": "8.4.38",
"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.5.11",
"prettier": "3.2.5",
"react-dom": "17.0.2",
"resolve-url-loader": "5.0.0",
"sass": "1.77.0",
"sass-embedded": "1.77.0",
"sass-loader": "13.3.2",
"sass-true": "6.0.1",
"sinon": "12.0.1",
"snyk": "1.1291.0",
"style-loader": "3.3.3",
"stylelint": "16.5.0",
"svgo": "3.3.2",
"twig-html-loader": "0.1.9",
"twigjs-loader": "1.0.3",
"typescript": "5.4.5",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
}
}