-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 943 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 943 Bytes
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.7.1",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-rebase-css-urls": "git+https://github.com/welldone-software/gulp-rebase-css-urls.git",
"gulp-replace": "^1.1.4",
"gulp-sass": "^4.1.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.13.6",
"node-sass": "^4.14.1"
},
"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",
"tinymce": "^7.7.0",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"dev": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp build"
}
}