-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
{
"name": "project-templates",
"version": "1.1.0",
"private": true,
"description": "The Project - Static Templates for Sitefinity",
"author": "Aptera Software, Inc.",
"scripts": {
"build": "gulp build"
},
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bootstrap-sass": "^3.3.7",
"cssnano": "^3.10.0",
"es6-promise": "^4.0.5",
"faker": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-filelist": "^1.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-order": "^1.1.1",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.2.1",
"gulp-smushit": "^1.2.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^5.0.0",
"html-entities": "^1.2.1",
"jquery": "^3.3.1",
"json-server": "^0.16.3",
"lodash": "^4.17.10",
"magnific-popup": "^1.1.0",
"pump": "^1.0.2"
},
"dependencies": {
"browser-sync": "^2.24.4",
"gulp": "^4.0.2",
"owl.carousel": "^2.3.4"
}
}