forked from uswds/uswds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 4.35 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
{
"name": "uswds",
"version": "2.0.3",
"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",
"scripts": {
"build": "gulp build",
"build:css": "gulp sass",
"build:js": "gulp javascript",
"cover": "istanbul cover --config config/istanbul.yml gulp cover",
"cracks": "cracks --paths package.json,spec",
"format-tokens": "node ./src/utils/style-format.js --file './src/data/colors' --output './src/stylesheets/core/system-tokens'",
"federalist": "npm install --only=dev && gulp build && fractal build",
"lint": "eslint src/js/**/*.js spec/**/*.js",
"mocha": "mocha --opts spec/mocha.opts",
"prepare": "gulp build",
"preversion": "npm test",
"release": "gulp release",
"spec": "npm run mocha -- 'spec/**/*.spec.js'",
"start": "fractal start --sync",
"test": "snyk test && gulp eslint typecheck stylelint test 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"
},
"watch": {
"src/stylesheets/{components,core,elements,utilities,settings,}/*.scss": "build:css",
"src/stylesheets/uswds.scss": "build:css",
"src/js/**/*.js": "build:js"
},
"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": {
"@types/node": "^8.10.52",
"array-filter": "^1.0.0",
"classlist-polyfill": "^1.0.3",
"del": "^2.2.0",
"domready": "^1.0.8",
"elem-dataset": "^1.1.1",
"lodash.debounce": "^4.0.7",
"object-assign": "^4.1.1",
"receptor": "^1.0.0",
"resolve-id-refs": "^0.1.0",
"typescript": "^2.4.1",
"yargs": "^12.0.5"
},
"devDependencies": {
"@frctl/fractal": "^1.1.7",
"@frctl/mandelbrot": "^1.2.1",
"@frctl/nunjucks": "^2.0.1",
"acorn": "^6.3.0",
"ansi-colors": "^3.2.4",
"autoprefixer": "^9.6.1",
"axe-core": "^2.6.1",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^16.5.0",
"canvas-prebuilt": "1.6.11",
"chalk": "^2.4.2",
"chrome-launcher": "^0.3.2",
"chrome-remote-interface": "^0.25.6",
"cracks": "^3.1.2",
"cross-spawn": "^2.1.5",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^5.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-spawn-mocha": "^5.0.1",
"gulp-stylelint": "^8.0.0",
"gulp-uglify": "^3.0.0",
"handlebars": "^4.1.2",
"handlebars-helpers": "^0.10.0",
"istanbul": "^0.4.5",
"jquery": "^3.4.1",
"jsdom": "^9.0.0",
"jsdom-global": "^2.1.0",
"mocha": "^5.2.0",
"node-notifier": "^5.4.3",
"node-sass": "^4.12.0",
"normalize.css": "^3.0.3",
"nswatch": "^0.2.0",
"postcss-discard-comments": "^4.0.2",
"resemblejs": "^3.2.0",
"should": "^11.2.1",
"sinon": "^2.3.8",
"stylelint": "^9.10.1",
"stylelint-scss": "^3.9.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}