-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 908 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
{
"name": "commonui-bs5-2024",
"version": "1.0.0",
"description": "ALA commonui for bootstrap 5 using the 2024 design",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtlasOfLivingAustralia/commonui-bs5-2024.git"
},
"author": "ALA",
"license": "ISC",
"bugs": {
"url": "https://github.com/AtlasOfLivingAustralia/commonui-bs5-2024/issues"
},
"homepage": "https://github.com/AtlasOfLivingAustralia/commonui-bs5-2024#readme",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.77.4",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-uglify": "^3.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-debug": "^5.0.1"
}
}