themes-wordpress/quadrat/package.json
2021-12-09 10:26:14 -05:00

23 lines
759 B
JSON

{
"name": "quadrat",
"version": "1.1.31",
"description": "",
"main": "index.php",
"dependencies": {},
"devDependencies": {
"@wordpress/base-styles": "^3.4.0",
"autoprefixer": "^10.2.5",
"chokidar-cli": "^2.1.0",
"node-sass": "^5.0.0",
"node-sass-package-importer": "^5.3.2",
"postcss": "^8.2.12",
"postcss-cli": "^8.3.1"
},
"scripts": {
"start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
"build": "npm run build:scss",
"build:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/theme.scss --output-style expanded --indent-type tab --indent-width 1 | postcss --use autoprefixer --output assets/theme.css --map"
},
"author": "",
"license": "GPLv2"
}