summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-10-30 13:22:06 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-10-30 13:22:06 +0300
commite24ba80820bd49af72a9e1702ed635e9b63452d1 (patch)
tree4c0479d10c94aa72f80d1dad1ad49b28c7695da9 /package.json
parente500394ed975055657fde19d3cd1c106888734b5 (diff)
Add parcel and stuff
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..8e75771
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "shoob-book",
+ "version": "1.0.0",
+ "description": "",
+ "main": "",
+ "scripts": {
+ "start": "parcel index.html",
+ "build": "parcel build index.html"
+ },
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "elm": "0.19.1-5",
+ "elm-hot": "1.1.6",
+ "node-elm-compiler": "5.0.6",
+ "parcel-bundler": "1.12.5"
+ },
+ "dependencies": {
+ "@auth0/auth0-spa-js": "1.19.2"
+ }
+}