Skip to content

🎨 Gradient Generator is a generator that easily generates gradations.

Notifications You must be signed in to change notification settings

Hong-JunHyeok/Gradient-generator

Repository files navigation

gradient

Netlify Status Shortcut - Link

Gradient Generator

🎨 Generator that easily generates gradations.

Installation

yarn install

Scripts

Dev

yarn dev

Build

yarn build

Stack

- Only Vanilla JavaScript (Using TypeScript)
- Application Build with Webpack
- Apply styling using tailwind css
- Rendering templates using Handlebars

Dependencies

  "dependencies": {
    "@handlebars/allow-prototype-access": "^1.0.5",
    "dom-to-image": "^2.6.0",
    "express": "^4.17.2",
    "highlight.js": "^11.4.0",
    "webpack": "^5.67.0"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@babel/preset-env": "^7.16.11",
    "@types/dom-to-image": "^2.6.4",
    "@types/morgan": "^1.9.3",
    "babel-loader": "^8.2.3",
    "concurrently": "^7.0.0",
    "css-loader": "^6.5.1",
    "dotenv": "^14.3.2",
    "gh-pages": "^3.2.3",
    "html-webpack-plugin": "^5.5.0",
    "morgan": "^1.10.0",
    "nodemon": "^2.0.15",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.4.0",
    "typescript": ">=3.0.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.3",
    "webpack-merge": "^5.8.0"
  }