Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
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.

28 lines
1.3 KiB

7 years ago
7 years ago
  1. {
  2. "name": "crispy-boilerplate",
  3. "version": "1.2.2",
  4. "description": "Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions",
  5. "repository": {
  6. "type": "git",
  7. "url": "git@gitlab.tentakelfabrik.de:tentakelfabrik/crispy-boilerplate.git"
  8. },
  9. "scripts": {
  10. "dev": "npm run development",
  11. "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
  12. "watch": "npm run development -- --watch",
  13. "watch-poll": "npm run watch -- --watch-poll",
  14. "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
  15. "prod": "npm run production",
  16. "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
  17. },
  18. "author": "Björn Hase",
  19. "license": "MIT",
  20. "devDependencies": {
  21. "cross-env": "^5.2.0",
  22. "laravel-mix": "^2.1.14",
  23. "postcss-css-variables": "^0.11.0"
  24. },
  25. "dependencies": {
  26. "normalize-scss": "^7.0.1"
  27. }
  28. }