-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"version": "1.3.1",
"name": "magento-cloudflare",
"description": "Interact with popular Cloudflare features though Magento's backend portal",
"author": "Rafael Grigorian",
"company": "JetRails®",
"license": "MIT",
"namespace": "JetRails_Cloudflare",
"repository": {
"type": "git",
"url": "https://github.com/jetrails/magento-cloudflare.git"
},
"engines": {
"node": ">=8.10.0 <9.0.0"
},
"resolutions": {
"**/**/bl": "^1.2.3",
"**/**/yargs-parser": "^13.1.2",
"**/**/tar": "^2.2.2",
"**/**/mem": "^4.0.0",
"**/**/fstream": "^1.0.12",
"**/**/node-sass": "^4.13.1",
"**/**/clean-css": "^4.1.11",
"**/**/minimatch": "^3.0.2",
"**/**/lodash": "^4.17.13",
"**/**/acorn": "^5.7.4",
"**/**/kind-of": "^6.0.3",
"**/**/minimist": "^1.2.3",
"**/**/set-value": "^2.0.1"
},
"devDependencies": {
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^7.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-magepack": "^1.0.3",
"gulp-minify": "^2.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-replace": "^1.0.0",
"gulp-sass": "^3.2.1",
"gulp-tar": "^2.1.0",
"gulp-uglify": "^3.0.0",
"webpack": "^3.12.0",
"webpack-stream": "^4.0.3"
},
"dependencies": {
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1"
}
}