-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.7 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
{
"name": "@startup-palace/pulp-js",
"version": "3.0.0",
"description": "Startup Palace Gulpfile",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/startup-palace/pulp-js.git"
},
"author": "Maxime Pauvert <maxime.pauvert@startup-palace.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/startup-palace/pulp-js/issues"
},
"main": "default.js",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-plugin-import-glob": "^2.0.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.7",
"browserify": "^17.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-angular-templatecache": "^3.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-css-count": "^0.2.0",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-environments": "^1.0.0",
"gulp-eslint": "^6.0.0",
"gulp-footer": "^2.0.2",
"gulp-header": "^2.0.9",
"gulp-imagemin": "^8.0.0",
"gulp-json-sass": "0.0.2",
"gulp-load-plugins": "^2.0.7",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sass-lint": "^1.3.3",
"gulp-uglify": "^3.0.2",
"gulp-yaml": "^2.0.4",
"lazysizes": "^5.2.0",
"merge2": "^1.4.1",
"postcss-critical-split": "^2.5.3",
"postcss-flexbugs-fixes": "^5.0.2",
"sass": "^1.43.4",
"through2": "^4.0.2"
}
}