This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 2.12 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
{
"name": "theme-creativeshop",
"version": "4.24.3",
"description": "Creativeshop Magento Theme",
"scripts": {
"build": "gulp build --env production",
"serve": "gulp serve",
"start": "npm run -s serve"
},
"repository": {
"type": "git",
"url": "https://github.com/creativestyle/theme-creativeshop.git"
},
"author": "creativestyle <[email protected]>",
"license": "OSL-3.0",
"dependencies": {
"@types/jquery": "^3.2.13",
"autoprefixer": "^7.1.5",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"browser-sync": "^2.18.13",
"creative-patterns": "^2.16.1",
"del": "^3.0.0",
"eslint": "^4.8.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-prettier": "^2.3.1",
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.0.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprite": "^1.3.7",
"gulp-task-loader": "^1.4.4",
"gulp-tslint": "^8.1.2",
"gulp-uglify": "^3.0.0",
"gulp.spritesmith": "^6.5.1",
"guppy-pre-push": "^0.2.1",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-reporter": "^5.0.0",
"postcss-scss": "^1.0.2",
"prettier": "^1.7.4",
"prettier-stylelint": "^0.4.2",
"rollup": "^0.51.8",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"run-sequence": "^2.2.0",
"sass-module-importer": "^1.4.0",
"stylelint": "^8.2.0",
"stylelint-config-recommended": "^1.0.0",
"stylelint-config-recommended-scss": "^2.0.0",
"stylelint-scss": "^2.1.0",
"through2": "^2.0.3",
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.5.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.5.3"
}
}