mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
Combined the package.md and composer.md to DEVELOPMENT.md. Updated bootstrap, bootswatch, and grunt-bower packages to newest versions.
1.4 KiB
1.4 KiB
package.json
scripts
npm run scriptname
clean- wipe the dependencies downloaded by Composer, Bower, and npm
grunt clean:composer & grunt clean:bower & grunt clean:npm
install- automatically runs the Composer and Bower install commands after installing the npm dependencies
composer install & bower install
update- updates Composer and the dependencies downloaded by Composer and npm
npm update & composer self-update & composer update
devDependencies
grunt- used for copying files downloaded by npmgrunt-contrib-clean- Grunt plugin to clean files before copyinggrunt-contrib-copy- Grunt plugin to copy files downloaded by npmnpm- downloads project dependencies- the others are unlisted for now, because this will probably change pretty significantly in the near future
dependencies
bootstrap- main CSS framework usedbootswatch- themes for the UI
devDependencies (global)
bower- for the time being, Bower is still necessary
composer.json
require
php- this application runs on PHPcodeigniter/framework- the CodeIgniter PHP framework this application is build ondompdf/dompdf- no descriptiontamtamchik/namecase- no descriptionparagonie/random_compat- no descriptionvlucas/phpdotenv- no description
require-dev
mikey179/vfsstream- no descriptionphpunit/phpunit- no descriptionkenjis/ci-phpunit-test- no description