This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
91 lines (91 loc) · 2.44 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
{
"name": "lmn-gulp-tasks",
"version": "13.0.0",
"description": "Generic Gulp tasks used in Lost My Name components and projects",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/Lostmyname/lmn-gulp-tasks"
},
"keywords": [
"gulp"
],
"author": "Callum Macrae <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lostmyname/lmn-gulp-tasks/issues"
},
"homepage": "https://github.com/Lostmyname/lmn-gulp-tasks",
"dependencies": {
"@lostmyname/css": "^0.2.2",
"babel-preset-react": "^6.3.13",
"babelify": "^7.3.0",
"browser-sync": "^2.0.1",
"browserify": "^13.0.1",
"browserify-transform-tools": "^1.6.0",
"del": "^2.2.0",
"dotenv": "^2.0.0",
"envify": "^3.4.1",
"factor-bundle": "^2.5.0",
"find-node-modules": "^1.0.1",
"findup-sync": "^0.4.1",
"gm": "^1.22.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.1.1",
"gulp-clean-css": "^2.0.10",
"gulp-clone": "^1.0.0",
"gulp-contains": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-fingerprint": "^0.3.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^2.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^1.1.0",
"gulp-stylelint": "^3.4.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.2",
"gulp.spritesmith": "^4.3.0",
"imagemin-jpegoptim": "^4.0.0",
"livereactload": "^3.0.0",
"lodash": "^4.13.1",
"merge-stream": "^1.0.0",
"multipipe": "^0.3.1",
"resolve": "^1.1.7",
"rev-del": "^1.0.5",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.3",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-lmn": "^1.0.0",
"babel-preset-react": "^6.11.0",
"babel-register": "^6.4.3",
"eslint": "^3.7.1",
"eslint-plugin-lmn": "^1.0.4",
"find-node-modules": "^1.0.3",
"gulp-debug": "^2.1.2",
"hook-stdio": "^1.0.0",
"jquery": "^2.1.4",
"mocha": "^2.5.3",
"react": "^0.14.6",
"react-proxy": "^1.1.2",
"should": "^9.0.2",
"vinyl-fs-fake": "^1.0.0"
}
}