mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
18 lines
440 B
JSON
18 lines
440 B
JSON
{
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"node-sass": "^6.0.1",
|
|
"sass-loader": "^12.2.0",
|
|
"webpack": "^5.58.2",
|
|
"webpack-cli": "^4.9.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode=development"
|
|
},
|
|
"dependencies": {
|
|
"chroma-js": "^2.1.2",
|
|
"node-vibrant": "3.1.4"
|
|
}
|
|
}
|