A flat-file CMS written in Python and Flask
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.

package.json 683B

12345678910111213141516171819202122232425
  1. {
  2. "name": "yird",
  3. "version": "0.1.0",
  4. "description": "Yird is for building websites.",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "node_modules/.bin/webpack",
  8. "watch": "node_modules/.bin/webpack --watch"
  9. },
  10. "author": "Dylan Baker <dylanbaker.ct@gmail.com>",
  11. "license": "MIT",
  12. "devDependencies": {
  13. "@babel/core": "^7.2.2",
  14. "@babel/preset-env": "^7.2.3",
  15. "babel-loader": "^8.0.4",
  16. "css-loader": "^2.1.0",
  17. "manifest-revision-webpack-plugin": "^0.4.1",
  18. "mini-css-extract-plugin": "^0.5.0",
  19. "node-sass": "^4.11.0",
  20. "sass-loader": "^7.1.0",
  21. "style-loader": "^0.23.1",
  22. "webpack": "^4.28.3",
  23. "webpack-cli": "^3.1.2"
  24. }
  25. }