From d93708b5d8756448b302365bd360c2ba22a60efd Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 4 May 2021 03:54:04 +0200 Subject: Add stylus and brunch configurations for building the website --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..38bb9a4 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "A14M", + "description": "Website/CV", + "version": "1.0.0", + "private": false, + "engines": { + "node": "^12.6.0", + "yarn": "^1.16.0" + }, + "scripts": { + "start": "npx brunch watch --server", + "build": "npx brunch build --production" + }, + "dependencies": {}, + "devDependencies": { + "auto-reload-brunch": "^2", + "brunch": "^3", + "stylus-brunch": "^3", + "terser-brunch": "^4" + } +} -- cgit v1.2.3