-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.6 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
{
"name": "@helpscout/doc-article-styles",
"public": true,
"version": "0.1.7",
"description": "Doc Article CSS for Web/Android/iOS",
"main": "index.js",
"scripts": {
"banner": "node ./scripts/banner.js",
"clean": "rm -rf dist && mkdir dist",
"colorway": "colorway --manifest=doc-article-styles",
"prebuild": "npm run colorway",
"build:css": "node scripts/sass.js",
"build": "npm run clean && npm run build:css && npm run banner",
"release:patch": "np patch --no-yarn --yolo",
"release:minor": "np minor --no-yarn --yolo",
"release:major": "np major --no-yarn --yolo",
"release": "np --no-yarn --yolo",
"prestart": "npm run colorway",
"start": "gulp",
"test": "npm run build",
"version": "npm run build && git add dist"
},
"author": "ItsJonQ <[email protected]> (http://jonquach.com)",
"license": "MIT",
"devDependencies": {
"@helpscout/colorway": "0.0.5",
"braces": ">=2.3.1",
"browser-sync": "2.26.7",
"check-dependencies": "1.1.0",
"clean-css": "^4.2.3",
"extend": "3.0.2",
"glob": "7.1.2",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.0",
"gulp-cli": "1.4.0",
"gulp-plumber": "1.1.0",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.1",
"gulp-util": "3.0.8",
"hoek": "5.0.3",
"is-online": "7.0.0",
"lazypipe": "1.0.1",
"mkdirp": "0.5.1",
"node-sass": "4.12.0",
"np": "4.0.2",
"run-sequence": "2.2.0",
"seed-breakpoints": "0.4.1",
"seed-color-scheme": "0.3.0",
"seed-dash": "0.0.2",
"seed-harvester": "0.1.5",
"seed-packer": "0.0.10",
"tar": "4.4.8"
}
}