summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-04 03:54:04 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-04 03:54:04 +0200
commitd93708b5d8756448b302365bd360c2ba22a60efd (patch)
tree33df63ff98a030af97e7534db6e21b0040e0f3a9 /package.json
parentd77ab36400bb40b9b6812ac47d1b796fe2836d17 (diff)
Add stylus and brunch configurations for building the website
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
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"
+ }
+}