| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "vendure-docs",
- "version": "1.0.0",
- "description": "Documentation site for Vendure",
- "main": "index.js",
- "author": "Michael Bromley <michael@michaelbromley.co.uk>",
- "license": "MIT",
- "private": true,
- "scripts": {
- "watch": "yarn webpack -w",
- "build": "yarn webpack && hugo"
- },
- "dependencies": {
- "@tailwindcss/aspect-ratio": "^0.2.0",
- "@tailwindcss/forms": "^0.3.2",
- "@tailwindcss/typography": "^0.4.0",
- "@types/node": "^14.14.37",
- "@types/webpack": "^4.41.11",
- "alpinejs": "^2.8.2",
- "autoprefixer": "^10.2.5",
- "css-loader": "^3.5.2",
- "fuzzy": "^0.1.3",
- "mini-css-extract-plugin": "^0.9.0",
- "node-sass": "^6.0.1",
- "postcss": "^8.2.10",
- "postcss-loader": "^4.2.0",
- "sass-loader": "^10.2.1",
- "tailwindcss": "^2.1.1",
- "terser-webpack-plugin": "^4.2.3",
- "ts-loader": "^6.2.2",
- "ts-node": "^9.1.1",
- "typescript": "^4.2.4",
- "webpack": "^4.46.0",
- "webpack-cli": "^4.10.0"
- }
- }
|