dribbblish-dynamic-theme/package.json
2021-10-31 00:58:47 +02:00

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"
}
}