-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "bootswatch-rtl",
"description": "Bootswatch-rtl is a collection of themes for RTL Bootstrap.",
"version": "4.5.3",
"author": "MohammadReza Jelveh",
"homepage": "",
"license": "MIT",
"scripts": {
"build": "grunt swatch",
"htmllint": "grunt htmllint",
"stylelint": "stylelint \"**/*.scss\" --rd",
"test": "npm run stylelint"
},
"files": [
"dist/**/*.{css,scss}"
],
"dependencies": {},
"devDependencies": {
"@lodder/grunt-postcss": "^3.0.0",
"autoprefixer": "^10.0.1",
"bootsdrac": "^1.0.1",
"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-html": "^14.2.0",
"grunt-sass": "^3.1.0",
"jquery": "^3.5.1",
"node-sass": "^4.14.1",
"postcss": "^8.1.2",
"stylelint": "^13.7.2",
"stylelint-config-twbs-bootstrap": "^2.1.0"
}
}