-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.02 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
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
{
"name": "frontend-starter",
"description": "A simple frontend builder.",
"version": "1.12.3",
"author": {
"name": "Bartosz Sak",
"email": "bartosz.sak@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"keywords": [
"gulp",
"builder"
],
"repository": {
"type": "git",
"url": "git+https://github.com/implico/frontend-starter.git"
},
"preferGlobal": true,
"files": [
"gulpfile.js",
"gulpfile.dirs.js",
"gulpfile.config.js",
"gulpfile.tasks.js",
".eslintrc",
"bin",
"lib"
],
"main": "gulpfile.js",
"bin": {
"frs": "bin/frs.js"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.4.2",
"babel-loader": "^8.0.5",
"browser-sync": "^2.12.5",
"cssnano": "^4.1.7",
"del": "^1.2.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.2.1",
"eslint-plugin-standard": "^3.0.1",
"extend": "3.*",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-babel": "^8.0.0",
"gulp-changed": "1.*",
"gulp-cli": "^1.2.1",
"gulp-concat": "2.6.0",
"gulp-debug": "2.*",
"gulp-eslint": "^5.0.0",
"gulp-filter": "4.*.*",
"gulp-group-css-media-queries": "1.*",
"gulp-htmlmin": "2.*",
"gulp-imagemin": "^2.4.0",
"gulp-plumber": "1.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.2",
"gulp.spritesmith": "6.*",
"keypress": "0.*",
"main-bower-files": "2.*",
"merge2": "1.*",
"minimist": "1.*",
"multimatch": "2.*",
"path": "^0.11.14",
"sass-module-importer": "^1.4.0",
"upath": "^1.1.0",
"vinyl-buffer": "1.*",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1"
},
"devDependencies": {}
}