django-rest-framework/docs_theme/package.json

31 lines
739 B
JSON

{
"name": "drf_docs_theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack build",
"build:production": "webpack build --mode=production",
"build:watch": "webpack build --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss-loader": "^8.1.1",
"sass": "^1.77.1",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}