-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "@uswds/compile",
"version": "1.0.0-beta.0",
"description": "A Gulp-based compiler for USWDS Sass",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "gulp init",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uswds/uswds-compile.git"
},
"author": "USWDS Core team",
"contributors": [
"Dan O. Williams <[email protected]>",
"James Mejia <[email protected]>",
"Scott Queen <[email protected]>"
],
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/uswds/uswds-compile/issues"
},
"homepage": "https://github.com/uswds/uswds-compile#readme",
"dependencies": {
"autoprefixer": "^10.3.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.3.7",
"postcss": "^8.3.6",
"postcss-csso": "^5.0.1",
"sass": "^1.37.5"
},
"devDependencies": {}
}