mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 19:45:08 -04:00
Switched build process back to Webpack
This commit is contained in:
28
package.json
28
package.json
@@ -24,10 +24,12 @@
|
||||
"url": "https://github.com/squidfunk/mkdocs-material.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "make -j build",
|
||||
"clean": "make clean",
|
||||
"lint": "make lint",
|
||||
"start": "make start"
|
||||
"build": "npx webpack --mode production",
|
||||
"clean": "rm -rf material",
|
||||
"lint": "npm run lint:ts && npm run lint:scss",
|
||||
"lint:ts": "npx tslint -p tsconfig.json 'src/**/*.ts'",
|
||||
"lint:scss": "npx stylelint `find src/assets -name *.scss`",
|
||||
"start": "npx webpack --mode development --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.0",
|
||||
@@ -42,26 +44,37 @@
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.12.0",
|
||||
"@types/clipboard": "^2.0.1",
|
||||
"@types/copy-webpack-plugin": "^5.0.0",
|
||||
"@types/csso": "^3.5.1",
|
||||
"@types/escape-html": "0.0.20",
|
||||
"@types/event-hooks-webpack-plugin": "^2.0.0",
|
||||
"@types/html-minifier": "^3.5.3",
|
||||
"@types/lunr": "^2.3.2",
|
||||
"@types/lz-string": "^1.3.33",
|
||||
"@types/node": "^12.12.22",
|
||||
"@types/ramda": "^0.26.38",
|
||||
"@types/webpack": "^4.41.0",
|
||||
"@types/webpack-assets-manifest": "^3.0.0",
|
||||
"autoprefixer": "^9.7.3",
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
"css-loader": "^3.4.2",
|
||||
"css-mqpacker": "^7.0.0",
|
||||
"csso-cli": "^3.0.0",
|
||||
"csso": "^4.0.2",
|
||||
"event-hooks-webpack-plugin": "^2.1.5",
|
||||
"expose-loader": "^0.7.5",
|
||||
"extract-loader": "^4.0.3",
|
||||
"file-loader": "^5.0.2",
|
||||
"github-types": "^1.0.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"material-design-color": "^2.3.2",
|
||||
"material-shadows": "^3.0.1",
|
||||
"modularscale-sass": "^3.0.10",
|
||||
"node-sass": "^4.13.0",
|
||||
"nodemon": "^1.19.4",
|
||||
"null-loader": "^3.0.0",
|
||||
"postcss-cli": "^6.1.3",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"preact": "^10.1.1",
|
||||
"sass": "^1.25.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"stylelint": "^11.1.1",
|
||||
"stylelint-config-standard": "^19.0.0",
|
||||
"stylelint-order": "^3.1.1",
|
||||
@@ -73,6 +86,7 @@
|
||||
"tslint-sonarts": "^1.9.0",
|
||||
"typescript": "^3.7.4",
|
||||
"webpack": "^4.41.4",
|
||||
"webpack-assets-manifest": "^3.1.1",
|
||||
"webpack-cli": "^3.3.10"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user