This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.31 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
{
"name": "vf-child-template",
"version": "0.0.1",
"description": "A child template fore Visual Framework based compontent libraries",
"main": "index.js",
"vfConfig": {
"vfName": "Visual Framework Child Template",
"vfNamespace": "vct-",
"vfHomepage": "https://khawkins98.github.io/vf-child-playground"
},
"author": "",
"license": "ISC",
"dependencies": {
"@frctl/fractal": "^1.2.0-beta.2",
"@frctl/nunjucks": "^2.0.0",
"chalk": "^2.4.2",
"gulp": "^4.0.0",
"highlight.js": "^9.15.6",
"install": "^0.12.2",
"marked": "^0.6.1",
"npm": "^6.9.0",
"rollup": "^1.7.4",
"stylelint": "^9.10.1",
"stylelint-scss": "^3.5.4",
"theo": "^8.1.2",
"yeoman-generator": "^3.2.0",
"yosay": "^2.0.2"
},
"private": false,
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@node-sass/node-module-importer": "^1.2.3",
"@visual-framework/vf-badge": "^0.0.29",
"@visual-framework/vf-banner": "^0.0.15",
"@visual-framework/vf-blockquote": "^0.0.29",
"@visual-framework/vf-box": "^0.0.29",
"@visual-framework/vf-breadcrumbs": "^0.0.31",
"@visual-framework/vf-button": "^0.0.29",
"@visual-framework/vf-code-example": "^0.0.29",
"@visual-framework/vf-content": "^0.0.30",
"@visual-framework/vf-divider": "^0.0.29",
"@visual-framework/vf-figure": "^0.0.29",
"@visual-framework/vf-font-plex-sans": "0.0.26",
"@visual-framework/vf-global-header": "^0.0.30",
"@visual-framework/vf-grid": "^0.0.29",
"@visual-framework/vf-grid-page": "^0.0.29",
"@visual-framework/vf-header": "^0.0.30",
"@visual-framework/vf-heading": "^0.0.29",
"@visual-framework/vf-intro": "^0.0.30",
"@visual-framework/vf-link": "^0.0.29",
"@visual-framework/vf-list": "^0.0.29",
"@visual-framework/vf-navigation": "^0.0.30",
"@visual-framework/vf-no-js": "^0.0.16",
"@visual-framework/vf-page-header": "^0.0.30",
"@visual-framework/vf-section-header": "^0.0.30",
"@visual-framework/vf-summary": "^0.0.30",
"@visual-framework/vf-tabs": "^0.0.29",
"@visual-framework/vf-text": "^0.0.29",
"@visual-framework/vf-utility-classes": "^0.0.29",
"browser-sync": "^2.26.3",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-better-rollup": "^4.0.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace-path": "^0.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-shell": "^0.7.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^8.0.0",
"gulp-svgmin": "^2.1.0",
"gulp-theo": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"husky": "^1.3.1",
"list-stream": "^1.0.1",
"node-normalize-scss": "^8.0.0",
"postcss-reporter": "^6.0.1",
"postcss-scss": "^2.0.0",
"prettier-stylelint": "^0.4.2",
"rollup-plugin-includepaths": "^0.2.3",
"stylelint-order": "^2.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"design",
"system",
"css",
"visual",
"framework",
"VF",
"pattern",
"library"
],
"husky": {
"hooks": {
"pre-push": "gulp prepush-test"
}
}
}