This repository was archived by the owner on Jun 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 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
{
"name": "sf-design-system",
"version": "1.3.1",
"description": "The San Francisco Digital Services Design System",
"repository": "SFDigitalServices/sf-design-system",
"author": "SF Digital Services",
"license": "MIT",
"scripts": {
"start": "gulp fractal",
"test": "echo 'WARNING: no tests specified!'",
"build": "gulp build",
"lint-js": "standard *.js src/**/*.js",
"lint-css": "stylelint src/**/*.scss",
"lint": "npm run lint-css && npm run lint-js",
"export": "gulp export"
},
"@primer/publish": {
"releaseBranch": "main"
},
"files": [
"docs",
"public",
"src"
],
"devDependencies": {
"@babel/core": "^7.7.2",
"@frctl/fractal": "^1.2.0",
"@frctl/nunjucks": "^2.0.1",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"node-sass-import-once": "^1.2.0",
"standard": "^14.3.1",
"stylelint": "^13.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-standard-scss": "^1.1.0",
"stylelint-scss": "^3.14.2"
}
}