-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1.23 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
{
"name": "cca-moodle-styles",
"version": "1.0.0",
"description": "CCA custom Moodle styles (HTML, CSS, JS)",
"main": "index.js",
"scripts": {
"alert": "./scripts/cfgset.sh additionalhtmltopofbody additionalhtml/alert.html",
"css": "cat scss/*.scss > build/boost.scss && ./scripts/scss.sh build/boost.scss",
"head": "./scripts/cfgset.sh additionalhtmlhead additionalhtmlhead/$NS.html",
"js": "gulp addlhtml && ./scripts/cfgset.sh additionalhtmlfooter build/footer.js",
"jsd": "gulp addlhtmlDev && ./scripts/cfgset.sh additionalhtmlfooter build/footer.js",
"lint": "echo 'The MODULE_TYPELESS_PACKAGE_JSON error can be ignored.'; eslint --cache --stats .",
"mobile": "gulp mobile && ./scripts/mobile.sh",
"test": "echo 'The MODULE_TYPELESS_PACKAGE_JSON error can be ignored.'; eslint --cache --stats ."
},
"author": "phette23 <phette23@gmail.com> (http://phette.net)",
"license": "ECL-2.0",
"dependencies": {
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-iife": "^0.4.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.81.0"
},
"devDependencies": {
"eslint": "^9.15.0",
"globals": "^15.12.0"
}
}