Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
273 B

3 years ago
  1. {
  2. "private": true,
  3. "devDependencies": {
  4. "cross-env": "^7.0.3",
  5. "laravel-mix": "^6.0.34",
  6. "laravel-mix-purgecss": "^6.0.0",
  7. "sass": "^1.42.1",
  8. "sass-loader": "^12.2.0",
  9. "svg-spritemap-webpack-plugin": "^4.3.3"
  10. }
  11. }