forked from thomaspark/bootswatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "bootswatch",
"description": "Bootswatch is a collection of themes for Bootstrap.",
"version": "5.2.1",
"author": "Thomas Park",
"homepage": "https://bootswatch.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thomaspark/bootswatch.git"
},
"bugs": {
"url": "https://github.com/thomaspark/bootswatch/issues"
},
"scripts": {
"build": "grunt swatch",
"docs": "grunt docs",
"htmllint": "grunt htmllint",
"stylelint": "stylelint \"dist/**/*.scss\" --rd",
"release": "grunt release",
"test": "npm run stylelint"
},
"files": [
"dist/**/*.{css,scss}"
],
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.8",
"bootstrap": "^5.2.1",
"bootstrap-icons": "^1.9.1",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-html": "^15.1.0",
"grunt-sass": "^3.1.0",
"postcss": "^8.4.16",
"prismjs": "^1.25.0",
"sass": "^1.54.8",
"stylelint": "^14.11.0",
"stylelint-config-twbs-bootstrap": "^3.0.0"
}
}