forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json.sample
85 lines (85 loc) · 1.98 KB
/
package.json.sample
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
{
"name": "magento2",
"author": "Magento Commerce Inc.",
"description": "Magento2 node modules dependencies for local development",
"license": "(OSL-3.0 OR AFL-3.0)",
"repository": {
"type": "git",
"url": "https://github.com/magento/magento2.git"
},
"homepage": "https://magento.com/",
"devDependencies": {
"glob": "~8.1.0",
"grunt": "~1.6.1",
"grunt-banner": "~0.6.0",
"grunt-continue": "~0.1.0",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-connect": "~4.0.0",
"grunt-contrib-cssmin": "~5.0.0",
"grunt-contrib-imagemin": "~4.0.0",
"grunt-contrib-jasmine": "~4.0.0",
"grunt-contrib-less": "~3.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-eslint": "~24.3.0",
"grunt-exec": "~3.0.0",
"grunt-replace": "~2.0.2",
"grunt-styledocco": "~0.3.0",
"grunt-template-jasmine-requirejs": "~0.2.3",
"grunt-text-replace": "~0.4.0",
"imagemin-svgo": "~9.0.0",
"less": "4.2.0",
"load-grunt-config": "~4.0.1",
"morgan": "~1.10.0",
"node-minify": "~3.6.0",
"path": "~0.12.7",
"serve-static": "~1.15.0",
"squirejs": "~0.2.1",
"strip-comments": "~2.0.1",
"time-grunt": "~2.0.0",
"underscore": "1.13.6"
},
"overrides": {
"styledocco": {
"uglify-js": "~3.4.9",
"marked": "~5.1.0",
"clean-css": "~5.3.2"
},
"mkdirp" : {
"minimist":"~1.2.6"
},
"optimist" : {
"minimist":"~1.2.6"
},
"meow": {
"trim-newlines":"~3.0.1"
},
"node-minify": {
"terser": "~5.18.0"
},
"grunt-contrib-imagemin": {
"css-select":"~5.1.0",
"nth-check": "~2.1.1"
},
"bin-version-check": {
"semver-regex": "~3.1.4"
},
"cacheable-request": {
"http-cache-semantics": "~4.1.1"
},
"babel-core": {
"json5": "~2.2.3"
},
"svgo": {
"js-yaml": "~4.1.0"
},
"css-select": {
"nth-check": "~2.1.1"
},
"latest-version": {
"package-json": "~7.0.0"
},
"fast-glob": {
"glob-parent": "~6.0.2"
}
}
}