toastnz / mercury
There is no license information available for the latest version (1.0.0) of this package.
Toast NZ SilverStripe Installer
Package info
Language:SCSS
Type:silverstripe-vendormodule
pkg:composer/toastnz/mercury
1.0.0
2020-05-28 19:52 UTC
Requires
- php: >=7.3.0
- axllent/silverstripe-form-fields: ^1.3
- axllent/silverstripe-minifier: ^1.0
- betterbrief/silverstripe-googlemapfield: ^2.2
- bummzack/sortablefile: ^2.1
- drewm/mailchimp-api: ^2.5
- jonom/focuspoint: ^3.1
- permanentinc/beautiful: ^0.3.0
- permanentinc/found: dev-master
- permanentinc/type: dev-master
- sheadawson/silverstripe-linkable: ^2.0
- silverstripe/blog: ^3.5
- silverstripe/googlesitemaps: ~2.1.2
- silverstripe/recipe-cms: 4.5.1@stable
- silverstripe/recipe-plugin: ^1.2
- silverstripe/redirectedurls: ^2.0
- silverstripe/tagfield: ^2.4
- silverstripe/taxonomy: ^2.0
- silverstripe/userforms: ^5.5
- stevie-mayhew/silverstripe-svg: ^2.2
- symbiote/silverstripe-gridfieldextensions: ^3.2
- symbiote/silverstripe-queuedjobs: ^4.5
- toastnz/blocks: dev-master
- undefinedoffset/silverstripe-nocaptcha: ^2.0
- undefinedoffset/sortablegridfield: ^2.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- dev-master
- 1.0.0
- dev-feature/2026/vite
- dev-feature/2024/vite
- dev-feature/react
- dev-ss5-elemental
- dev-ss5
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-2022-tidy-up
- dev-feature/2022/marmalade
- dev-feature/2021-upgrade
- dev-feature/2021/blocks-automation
- dev-feature/2021/gallium
- dev-feature/shop
This package is auto-updated.
Last update: 2026-03-04 01:14:09 UTC
README
Frontend Development
Node Version
The .nvmrc file will let you know the correct Node version. Using FNM it will automatically change to the correct version.
Installation
Install all of the front end requisites using yarn.
Tasks
watch task
This task will watch for changes of scss or javascript files and compile them as you work.
yarn run watch;
build task
Once you have finished development and you are happy with your changes, compile the scss and javascript
yarn run build;