-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
36 lines (36 loc) · 918 Bytes
/
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
{
"name": "berta",
"description": "Berta CMS",
"license": "GPL-3.0",
"version": "2.1.2",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.5",
"gulp-notify": "^2.2.0",
"gulp-rebase-css-urls": "git+https://github.com/welldone-software/gulp-rebase-css-urls.git",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"jshint": "^2.9.1",
"node-sass": "^4.11.0"
},
"dependencies": {
"immutable": "^3.8.2",
"photoswipe": "^4.1.3",
"promise-polyfill": "^7.0.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"swiper": "^4.5.0",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "gulp"
}
}