12345678910111213141516171819202122232425 |
- {
- "name": "seedlet-blocks",
- "version": "2.1.33",
- "description": "",
- "main": "index.js",
- "devDependencies": {
- "@wordpress/base-styles": "^4.0.4",
- "@wordpress/browserslist-config": "^5.16.0",
- "autoprefixer": "^10.4.2",
- "chokidar-cli": "^3.0.0",
- "postcss": "^8.4.31",
- "postcss-cli": "^10.1.0",
- "sass": "^1.47.0"
- },
- "browserslist": [
- "extends @wordpress/browserslist-config"
- ],
- "scripts": {
- "start": "chokidar \"**/*.scss\" -c \"npm run build\" --initial",
- "build": "npm run build:scss",
- "build:scss": "sass sass/theme.scss assets/theme.css --style=expanded --load-path ../node_modules && postcss assets/theme.css --use autoprefixer --output assets/theme.css --map"
- },
- "author": "",
- "license": "GPLv2"
- }
|