-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.27 KB
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
{
"name": "bytic-bootstrap-materialize",
"description": "Material Design for Bootstrap 5",
"version": "5.0.4",
"version_short": "5.0",
"homepage": "https://github.com/bytic/bootstrap-materialize",
"author": "Gabriel Solomon",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"url": "git@github.com:bytic/bootstrap-materialize.git"
},
"style": "dist/css/bytic-bootstrap-materialize.css",
"sass": "scss/_core.scss",
"main": "dist/js/bytic-bootstrap-materialize.js",
"scripts": {
"build": "webpack --mode=development --progress",
"build:min": "webpack --mode=production --progress",
"dist": "npm run build && npm run build:min"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.86.3",
"sass-loader": "^16.0.5",
"sass-migrator": "^2.3.1",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
"packageManager": "yarn@4.8.0"
}