2022-10-24 23:46:53 +02:00
{
"name" : "underscores" ,
"version" : "1.0.0" ,
"description" : "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for." ,
"author" : "Automattic Theme Team" ,
"license" : "GPL-2.0-or-later" ,
"keywords" : [
"WordPress" ,
"Theme"
] ,
"homepage" : "https://github.com/Automattic/_s#readme" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/Automattic/_s.git"
} ,
"bugs" : {
"url" : "https://github.com/Automattic/_s/issues"
} ,
"devDependencies" : {
2022-11-29 19:47:33 +01:00
"@wordpress/scripts" : "^24.4.0" ,
2022-10-24 23:46:53 +02:00
"dir-archiver" : "^1.1.1" ,
"node-sass" : "^7.0.1" ,
"rtlcss" : "^3.5.0"
} ,
"rtlcssConfig" : {
"options" : {
"autoRename" : false ,
"autoRenameStrict" : false ,
"blacklist" : { } ,
"clean" : true ,
"greedy" : false ,
"processUrls" : false ,
"stringMap" : [ ]
} ,
"plugins" : [ ] ,
"map" : false
} ,
"scripts" : {
"watch" : "node-sass sass/ -o ./ --source-map true --output-style expanded --indent-type tab --indent-width 1 -w" ,
"compile:css" : "node-sass sass/ -o ./ && stylelint '*.css' --fix || true && stylelint '*.css' --fix" ,
2022-12-30 19:35:02 +01:00
"compile:cssadmin" : "node-sass -r --output-style compressed sass/adminstyles.scss -o assets/css/ && stylelint '*.css' --fix || true && stylelint '*.css' --fix" ,
2022-10-24 23:46:53 +02:00
"compile:rtl" : "rtlcss style.css style-rtl.css" ,
"lint:scss" : "wp-scripts lint-style 'sass/**/*.scss'" ,
"lint:js" : "wp-scripts lint-js 'js/*.js'" ,
2022-11-29 19:47:33 +01:00
"bundle" : "dir-archiver --src . --dest ../OficinaDeSuport-theme.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map yarn.lock"
2022-10-24 23:46:53 +02:00
}
}