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.

31 lines
1.3 KiB

7 years ago
5 years ago
5 years ago
7 years ago
  1. {
  2. "name": "crispy-css",
  3. "version": "2.0.0",
  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.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.1",
  22. "laravel-mix": "^5.0.0",
  23. "postcss-css-variables": "^0.11.0",
  24. "resolve-url-loader": "^3.1.0",
  25. "sass": "^1.23.0",
  26. "sass-loader": "^8.0.0"
  27. },
  28. "dependencies": {
  29. "reflex-grid": "^2.0.4"
  30. }
  31. }