-
Notifications
You must be signed in to change notification settings - Fork 189
/
package.json
46 lines (46 loc) · 1.2 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": "awesome-bootstrap",
"version": "1.0.0",
"description": "A curated list of amazing Bootstrap tools and themes.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt build",
"watch": "grunt dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therebelrobot/awesome-bootstrap.git"
},
"keywords": [
"bootstrap",
"awesome",
"awesome-list"
],
"author": "therebelrobot",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/therebelrobot/awesome-bootstrap/issues"
},
"homepage": "https://github.com/therebelrobot/awesome-bootstrap#readme",
"dependencies": {
"bootstrap": "^5.2.3",
"bs-darkmode-toggle": "^1.0.0-alpha2",
"dompurify": "^2.4.3",
"grunt": "^1.5.3",
"highlightjs": "^9.16.2",
"jquery": "^3.6.3",
"showdown.js": "^1.0.8"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-minjson": "^0.4.0",
"prettier": "2.8.3"
}
}