summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index a774502..0000000
--- a/package.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "A14M",
- "description": "Website/CV",
- "version": "1.0.0",
- "private": false,
- "engines": {
- "node": ">= 12",
- "yarn": "^1.16.0"
- },
- "scripts": {
- "start": "brunch watch --server",
- "build": "brunch build --production"
- },
- "dependencies": {},
- "devDependencies": {
- "auto-reload-brunch": "^2",
- "brunch": "^4",
- "clean-css-brunch": "^3.0.0",
- "stylus-brunch": "^3",
- "terser-brunch": "^4"
- }
-}