-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1006 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@appzic/bootstrap-css-modules",
"version": "5.3.3",
"description": "Bootstrap made easy with CSS modules for modular, scoped styling in your web applications",
"main": "index.js",
"type": "module",
"scripts": {
"pull": "node scripts/pull.js",
"push": "node scripts/push.js",
"format": "prettier --write .",
"typed-css": "tcm dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appzic/bootstrap-css-modules.git"
},
"author": "Yasitha Nadeeshan",
"license": "MIT",
"keywords": [
"css",
"css-framework",
"bootstrap",
"css-modules",
"typescript"
],
"bugs": {
"url": "https://github.com/appzic/bootstrap-css-modules/issues"
},
"homepage": "https://appzic.com/open-source-projects/bootstrap-css-modules",
"devDependencies": {
"axios": "^1.7.2",
"change-case": "^5.4.4",
"postcss": "^8.4.39",
"postcss-safe-parser": "^7.0.0",
"prettier": "^3.3.2",
"rimraf": "^6.0.1",
"typed-css-modules": "^0.9.1",
"unzipper": "^0.12.2"
}
}