Files
ostal.pl/wp-content/themes/ostal_WP/package.json
2024-12-20 12:48:12 +01:00

37 lines
1.1 KiB
JSON

{
"name": "simple-sass-structure",
"version": "1.0.0",
"description": "Simple SASS folder structure for smaller projects with npm package sass",
"main": "index.js",
"scripts": {
"watch": "sass --source-map sass/main.scss:style.css -w --style compressed",
"build:sass": "sass --source-map sass/main.scss:style.css --style compressed",
"build:prefixes": "postcss style.css --use autoprefixer -o style.css",
"build:styles": "npm run build:sass && npm run build:prefixes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KoduKodu/simple-sass-sctructure.git"
},
"keywords": [
"sass"
],
"author": "Rad Skotnicki",
"license": "ISC",
"bugs": {
"url": "https://github.com/KoduKodu/simple-sass-sctructure/issues"
},
"homepage": "https://github.com/KoduKodu/simple-sass-sctructure#readme",
"devDependencies": {
"autoprefixer": "^10.4.15",
"css": "^3.0.0",
"postcss": "^8.4.30",
"sass": "^1.56.2",
"tailwind": "^4.0.0",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"simplelightbox": "^2.14.2"
}
}