mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
26 lines
756 B
JSON
26 lines
756 B
JSON
{
|
|
"name": "dribbblish-dynamic-theme",
|
|
"version": "3.0.1",
|
|
"homepage": "https://github.com/JulienMaille/dribbblish-dynamic-theme",
|
|
"bugs": {
|
|
"url": "https://github.com/JulienMaille/dribbblish-dynamic-theme/issues"
|
|
},
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"css-minimizer-webpack-plugin": "^3.1.1",
|
|
"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",
|
|
"jquery": "^3.6.0",
|
|
"moment": "^2.29.1",
|
|
"node-vibrant": "3.1.4"
|
|
}
|
|
}
|