-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 971 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
{
"name": "cdbootstrap",
"version": "1.3.4",
"main": "js/cdb.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Devwares-Team/contrast-bootstrap.git"
},
"scripts": {
"build": "webpack",
"release": "standard-version && git push --follow-tags && npm run build && npm pack && npm publish"
},
"author": "Devwares",
"license": "MIT",
"bugs": {
"url": "https://github.com/Devwares-Team/contrast-bootstrap/issues"
},
"homepage": "https://github.com/Devwares-Team/contrast-bootstrap#readme",
"description": "Well crafted Bootstrap 5 UI kit Library featuring over 2000+ basic components and 10000+ premium components for building mobile-first, responsive webistes and web apps using clean UI components",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^9.1.2",
"standard-version": "^9.5.0",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
}
}