diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 21 |
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" + } +} |
