From e6774fa740ea303073f77f3f7e50ce3e03e8de58 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 3 Mar 2018 16:41:55 +0200 Subject: Initial commit --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..d20b942 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "riot-parcel-example", + "version": "1.0.0", + "author": "Jan Tuomi ", + "license": "MIT", + "scripts": { + "build": "riot src/components src/tags.js && parcel build --public-url=./ src/index.html", + "start": "yarn watch", + "watch": "yarn watch:riot & yarn watch:parcel", + "watch:riot": "riot -w src/components src/tags.js", + "watch:parcel": "parcel src/index.html" + }, + "dependencies": { + "less": "^3.0.1", + "riot": "^3.7.4" + }, + "devDependencies": { + "babel-core": "^6.26.0", + "parcel-bundler": "^1.6.2", + "watch": "^1.0.2" + } +} -- cgit v1.3