forked from uswds/uswds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.43 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.43 KB
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
{
"name": "uswds",
"version": "2.9.0",
"description": "Open source UI components and visual style guide for U.S. government websites",
"engines": {
"node": ">= 4"
},
"main": "dist/js/uswds.min.js",
"jsnext:main": "src/js/start.js",
"style": "dist/css/uswds.min.css",
"sass": "src/stylesheets/uswds.scss",
"mocha": {
"config": "spec/.mocharc.json"
},
"scripts": {
"build": "gulp build",
"build:css": "gulp sass",
"build:js": "gulp javascript",
"cover": "nyc --reporter=lcov --config config/nycrc.yml gulp cover",
"format-tokens": "node ./src/utils/style-format.js --file './src/data/colors' --output './src/stylesheets/core/system-tokens'",
"federalist": "npm install && gulp build && fractal build",
"lint": "eslint src/js/**/*.js spec/**/*.js",
"mocha": "mocha",
"prepare": "gulp build",
"preversion": "npm test",
"release": "gulp release",
"spec": "npm run mocha -- 'spec/**/*.spec.js'",
"start": "fractal start --sync & npm run watch",
"test": "snyk test && gulp eslint && gulp typecheck && gulp stylelint && fractal build && gulp test && gulp regression",
"test:ci": "gulp eslint && gulp typecheck && gulp stylelint && fractal build && gulp test && gulp regression",
"test:unit": "gulp test",
"test:visual": "node ./spec/visual-regression-tester.js test",
"test:visual:update": " node ./spec/visual-regression-tester.js test --updateGolden",
"version": "gulp build release",
"watch": "NODE_ENV=development nswatch",
"prettier:scss": "npx prettier --write ./src/stylesheets/**/*.scss"
},
"watch": {
"src/stylesheets/**/*.scss": "build:css",
"src/js/**/*.js": "build:js"
},
"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": {
"classlist-polyfill": "^1.0.3",
"del": "^5.1.0",
"domready": "^1.0.8",
"elem-dataset": "^2.0.0",
"lodash.debounce": "^4.0.7",
"object-assign": "^4.1.1",
"receptor": "^1.0.0",
"resolve-id-refs": "^0.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.11.5",
"@frctl/fractal": "^1.3.0",
"@frctl/nunjucks": "^2.0.2",
"@types/node": "^14.11.1",
"ansi-colors": "^4.1.1",
"autoprefixer": "^9.8.6",
"axe-core": "^4.0.2",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"chrome-launcher": "^0.13.4",
"chrome-remote-interface": "^0.28.2",
"cross-spawn": "^7.0.3",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-spawn-mocha": "^6.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.0",
"handlebars": "^4.7.6",
"handlebars-helpers": "^0.10.0",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.1.3",
"node-notifier": "^8.0.0",
"normalize.css": "^8.0.1",
"nswatch": "^0.2.0",
"nyc": "^15.1.0",
"postcss-csso": "^4.0.0",
"postcss-discard-comments": "^4.0.2",
"prettier": "^2.1.2",
"resemblejs": "^3.2.5",
"sass": "^1.26.11",
"sinon": "^9.0.3",
"stylelint": "^13.7.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.18.0",
"typescript": "^4.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^16.0.3"
}
}