2020-09-11 02:47:04 +00:00
|
|
|
{
|
2021-04-14 17:40:23 +00:00
|
|
|
"name": "tainacan-blocksy",
|
2023-10-27 18:21:31 +00:00
|
|
|
"version": "0.3.0",
|
2021-04-14 13:06:13 +00:00
|
|
|
"description": "A Blocksy plugin/child theme compatible with Tainacan",
|
2020-09-11 02:47:04 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2023-07-03 14:18:05 +00:00
|
|
|
"compile-compat-styles": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 sass/compat.scss compat.css",
|
|
|
|
"css-minify-compat": "cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output compat.min.css compat.css",
|
2020-09-11 02:47:04 +00:00
|
|
|
"compile-styles": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 sass/style.scss style.css",
|
|
|
|
"css-minify": "cleancss --level 1 --format breaksWith=lf --source-map --source-map-inline-sources --output style.min.css style.css",
|
2023-07-03 14:18:05 +00:00
|
|
|
"build": "npm run compile-compat-styles && npm run css-minify-compat && npm run compile-styles && npm run css-minify"
|
2020-09-11 02:47:04 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tainacan/blocksy-tainacan.git"
|
|
|
|
},
|
|
|
|
"author": "mateuswetah",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tainacan/blocksy-tainacan/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tainacan/blocksy-tainacan#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"clean-css-cli": "^4.3.0",
|
|
|
|
"node-sass": "^4.14.1"
|
2020-12-28 19:39:26 +00:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
2020-09-11 02:47:04 +00:00
|
|
|
}
|