forked from thomaspark/bootswatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "bootswatch",
"description": "Bootswatch is a collection of themes for Bootstrap.",
"version": "4.5.2",
"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",
"stylelint": "stylelint \"{build,dist,docs/_assets}/**/*.scss\" --rd",
"test": "npm run stylelint && npm run build"
},
"files": [
"dist/**/*.{css,map,scss}"
],
"dependencies": {},
"devDependencies": {
"@lodder/grunt-postcss": "^2.0.4",
"autoprefixer": "^9.8.6",
"bootstrap": "^4.5.2",
"font-awesome": "^4.7.0",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"jquery": "^3.5.1",
"node-sass": "^4.14.1",
"stylelint": "^13.6.1",
"stylelint-config-twbs-bootstrap": "^2.0.3"
}
}