You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
572 B
JSON

{
"scripts": {
"compile:sass": "node-sass src/scss/argon-theme.scss css/argon.css",
"build:dev": "webpack --mode=development",
"watch": "webpack --mode=development --watch"
},
"dependencies": {
"bootstrap": "^4.5.3"
},
"devDependencies": {
"autoprefixer": "^10.0.4",
"css-loader": "^5.0.1",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^5.0.0",
"postcss-loader": "^4.1.0",
"sass-loader": "^10.1.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
}
}