forked from MaharaProject/mahara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 840 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
37
{
"name": "mahara-themes",
"version": "1.0.2",
"description": "Compiles SASS files into CSS for all Mahara themes",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git://git.mahara.org/mahara/mahara"
},
"license": "GPL-3.0",
"dependencies": {
"es6-promise": "^4.2.8",
"event-stream": "4.0.1",
"globule": "^1.3.4",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"patch-package": "^6.5.1",
"path": "^0.12.7",
"yargs": "^17.7.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"sass": "^1.58.3"
},
"overrides": {
"chokidar": "3.5.3",
"glob-parent": "6.0.2"
},
"scripts": {
"postinstall": "patch-package --patch-dir=./patches/root"
},
"browserslist": [
"last 4 version"
]
}