23 lines
759 B
JSON
23 lines
759 B
JSON
{
|
|
"name": "quadrat",
|
|
"version": "1.1.27",
|
|
"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"
|
|
}
|