mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
33 lines
974 B
JSON
33 lines
974 B
JSON
{
|
|
"name": "dribbblish-dynamic-theme",
|
|
"version": "4.1.1",
|
|
"homepage": "https://github.com/JulienMaille/dribbblish-dynamic-theme",
|
|
"bugs": {
|
|
"url": "https://github.com/JulienMaille/dribbblish-dynamic-theme/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.16.5",
|
|
"@babel/register": "^7.16.5",
|
|
"@material-icons/svg": "^1.0.22",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"sass": "^1.43.5",
|
|
"sass-loader": "^12.2.0",
|
|
"webpack": "^5.58.2",
|
|
"webpack-cli": "^4.9.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"dependencies": {
|
|
"chroma-js": "^2.1.2",
|
|
"colorthief": "^2.3.2",
|
|
"jquery": "^3.6.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.defaultsdeep": "^4.6.1",
|
|
"markdown-it": "^12.2.0",
|
|
"markdown-it-attrs": "^4.1.0",
|
|
"moment": "^2.29.1",
|
|
"node-vibrant": "^3.1.6",
|
|
"svgson": "^5.2.1"
|
|
}
|
|
}
|