forked from uswds/public-sans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.72 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
{
"name": "public-sans",
"version": "1.0.0",
"description": "A neutral sans-serif typeface from USWDS",
"author": "USWDS",
"license": "OFL-1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/uswds/public-sans.git"
},
"keywords": [
"uswds",
"font",
"sans",
"sansserif"
],
"bugs": {
"url": "https://github.com/uswds/public-sans/issues"
},
"homepage": "https://github.com/uswds/public-sans#readme",
"scripts": {
"copy-webfonts": "gulp copy-webfonts",
"federalist": "npm install && npm install gulp-cli -g && npm run uswds-copy-assets && npm run copy-webfonts && npm run uswds-build-sass",
"jekyll-install": "gem install bundler && bundle install",
"serve": "bundle exec jekyll serve --livereload --host 0.0.0.0",
"start": "npm install && npm run jekyll-install && npm run uswds-copy-assets && npm run uswds-build-sass",
"uswds-build-sass": "gulp build-sass",
"uswds-copy-assets": "npm run uswds-copy-js && npm run uswds-copy-fonts && npm run uswds-copy-img",
"uswds-copy-fonts": "gulp copy-uswds-fonts",
"uswds-copy-img": "gulp copy-uswds-images",
"uswds-copy-js": "gulp copy-uswds-js",
"uswds-copy-theme": "gulp copy-uswds-setup",
"watch": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-watch": "^5.0.1",
"path": "^0.12.7",
"uswds": "^2.0.1",
"uswds-gulp": "github:uswds/uswds-gulp"
}
}