PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Victor Andeloci   One WordPress Game Theme   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: One WordPress Game Theme
WordPress theme for a gaming blog and podcast
Author: By
Last change:
Date: 1 year ago
Size: 1,064 bytes
 

Contents

Class file image Download
{ "name": "one", "version": "2.4.3", "main": "index.php", "scripts": { "sass-dev": "node-sass --output-style=expanded _dev/scss/main.scss style.css", "sass-prod": "node-sass --output-style=compressed _dev/scss/main.scss style.css", "prefix": "postcss style.css --use=autoprefixer --map=false --output=style.css", "compile-js": "uglifyjs-folder _dev --output main.min.js --pattern '**/*.js'", "dev": "watch 'npm run sass-dev && npm run compile-js' _dev/*", "build": "npm run sass-prod && npm run prefix && npm run compile-js" }, "repository": { "type": "git", "url": "git+https://github.com/victorandeloci/one.git" }, "author": "https://github.com/victorandeloci", "license": "ISC", "bugs": { "url": "https://github.com/victorandeloci/one/issues" }, "homepage": "https://github.com/victorandeloci/one#readme", "dependencies": { "autoprefixer": "^10.4.14", "node-sass": "^9.0.0", "postcss": "^8.4.27", "postcss-cli": "^10.1.0", "uglifyjs-folder": "^3.3.0", "watch": "^1.0.2" } }