forked from biotope/biotope-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 3.18 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
109
110
111
112
113
114
115
116
117
{
"name": "@biotope/build",
"version": "7.4.2",
"description": "Develop and build system for Biotope Web Components Ecosystems",
"repository": {
"type": "git",
"url": "https://github.com/biotope/biotope-build.git"
},
"author": "Biotope",
"license": "MIT",
"scripts": {
"release": "np --no-yarn",
"test": "ava tests --verbose",
"eslint:lint": "eslint --ignore-path .gitignore .",
"eslint:fix": "eslint --fix --ignore-path .gitignore ."
},
"pre-commit": "eslint:lint",
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-classes": "7.8.3",
"@babel/preset-env": "^7.8.7",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"camelcase": "5.3.1",
"check-dependencies": "1.1.0",
"colors": "1.4.0",
"connect-history-api-fallback": "^1.6.0",
"console-emoji": "0.0.2",
"cors": "^2.8.5",
"cross-env": "^7.0.0",
"css-loader": "0.28.11",
"del": "5.1.0",
"eslint": "6.8.0",
"front-matter": "3.1.0",
"fs-extra": "8.1.0",
"globule": "1.3.1",
"gulp": "3.9.1",
"gulp-cached": "1.1.1",
"gulp-clean-css": "4.2.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.7.0",
"gulp-cssstats": "1.0.1",
"gulp-debug": "3.2.0",
"gulp-declare": "0.3.0",
"gulp-dependents": "1.2.3",
"gulp-eslint": "6.0.0",
"gulp-favicons": "2.3.1",
"gulp-filter": "6.0.0",
"gulp-handlebars": "5.0.2",
"gulp-hb": "8.0.0",
"gulp-htmlhint": "2.2.1",
"gulp-iconfont-css": "3.0.0",
"gulp-if": "3.0.0",
"gulp-imagemin": "4.1.0",
"gulp-inject": "5.0.5",
"gulp-jshint": "2.1.0",
"gulp-jsonlint": "1.3.1",
"gulp-line-ending-corrector": "1.0.3",
"gulp-modernizr": "3.4.1",
"gulp-noop": "1.0.0",
"gulp-notify": "3.2.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "1.0.0",
"gulp-sass": "4.0.2",
"gulp-sass-lint": "1.4.0",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-svg-sprite": "1.5.0",
"gulp-svg2ttf": "2.0.1",
"gulp-svgicons2svgfont": "5.0.1",
"gulp-tap": "^1.0.1",
"gulp-ttf2eot": "1.1.2",
"gulp-ttf2woff": "1.1.1",
"gulp-uglify": "3.0.2",
"gulp-useref": "^3.1.6",
"gulp-watch": "5.0.1",
"gulp-wrap": "0.15.0",
"handlebars": "4.7.3",
"htmlhint-stylish": "1.0.3",
"jshint": "2.11.0",
"jshint-stylish": "2.2.1",
"lodash.merge": "4.6.2",
"merge-stream": "2.0.0",
"nested-property": "1.0.4",
"opn": "5.3.0",
"postcss-loader": "^3.0.0",
"prettier": "1.19.1",
"prettier-eslint": "9.0.1",
"pump": "3.0.0",
"require-dir": "1.2.0",
"run-sequence": "2.2.1",
"sass-loader": "7.2.0",
"style-loader": "0.23.1",
"svg-inline-loader": "^0.8.2",
"svg-url-loader": "^3.0.3",
"ts-loader": "^6.2.1",
"typescript": "^3.5",
"uglify-es": "^3.3.9",
"url-loader": "^2.3.0",
"vinyl-named": "1.1.0",
"webpack": "4.41.6",
"webpack-stream": "5.2.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"ava": "0.25.0",
"lodash": "latest",
"map-stream": "0.0.7",
"np": "^6.2.3",
"pre-commit": "1.2.2",
"vinyl-string": "1.0.2"
}
}