forked from magesuite/frontend-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.24 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
{
"name": "@creativestyle/magesuite-frontend-builder",
"version": "2.4.1",
"repository": "https://github.com/magesuite/frontend-builder.git",
"author": "creativestyle",
"license": "MIT",
"release-it": {
"hooks": {
"before:release": "auto-changelog -p"
}
},
"dependencies": {
"@types/jquery": "^3.3.36",
"@types/requirejs": "^2.1.31",
"autoprefixer": "^9.7.6",
"browser-sync": "^2.26.7",
"cache-loader": "^4.1.0",
"css-loader": "^3.5.3",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.3",
"fast-xml-parser": "^3.16.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"husky": "^4.2.5",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^8.0.0",
"javascript-stringify": "^2.0.1",
"lint-staged": "^10.2.2",
"lodash.merge": "^4.6.2",
"map-stream": "^0.0.7",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"node-sass-json-importer": "^4.3.0",
"node-ssh": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"plugin-error": "^1.0.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"postcss-reporter": "^6.0.1",
"postcss-scss": "^2.0.0",
"prettier": "^2.0.5",
"sass-loader": "^8.0.2",
"stylelint": "^13.3.3",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.1",
"ts-loader": "^7.0.2",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules-recommended": "^1.2.2",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^3.8.3",
"vue-loader": "^15.9.2",
"webpack": "^4.43.0",
"webpack-log": "^3.0.1",
"webpack-merge": "^4.2.2",
"yargs": "^15.3.1"
}
}