-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.69 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
{
"name": "RBMFieldHelpers",
"version": "1.7.2",
"authors": [
"Joel Worsham <joel@realbigmarketing.com>",
"Eric Defore <eric@realbigmarketing.com>"
],
"description": "Provides helper functions shared among all RBM plugins.",
"repository": {
"type": "git",
"url": "https://github.com/realbig/rbm-field-helpers.git"
},
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"start_noserver": "gulp --noserver",
"build": "gulp build --production"
},
"dependencies": {
"flatpickr": "^4.6.2",
"moment": "^2.24.0",
"rangeslider.js": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^1.2.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.3.1",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.4.0",
"gulp-load-plugins": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"jquery.repeater": "^1.2.1",
"js-yaml": "^3.13.1",
"marked": "^0.7.0",
"panini": "^1.3.0",
"path": "^0.12.7",
"rimraf": "^2.4.3",
"select2": "^4.0.5",
"style-sherpa": "^1.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^3.6.0",
"webpack-stream": "^4.0.0",
"whatwg-fetch": "^2.0.3",
"yargs": "^9.0.1"
},
"babel": {
"presets": [
"es2015"
]
}
}