blog/themes/chameleon/package.json

18 lines
329 B
JSON
Raw Normal View History

2020-08-15 13:26:27 +00:00
{
"name": "hexo-theme-chameleon",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "node build/script.js"
},
"devDependencies": {
"autoprefixer": "^10.0.0",
"postcss": "^8.0.6",
"postcss-normalize": "^10.0.0",
"sanitize.css": "^13.0.0"
2020-08-15 13:26:27 +00:00
},
"engines": {
2023-12-25 07:18:44 +00:00
"node": ">= 18.12.0"
2020-08-15 13:26:27 +00:00
}
}