Working parcel setup

This commit is contained in:
Patrick Smith
2018-08-02 13:51:54 -04:00
parent 5b764a51fb
commit 015adaf30f
39 changed files with 349 additions and 72 deletions

View File

@@ -4,6 +4,8 @@
"description": "ATST Stateless Services",
"main": "index.js",
"scripts": {
"watch": "parcel watch static/js/index.js -d static/assets -o index.js --no-autoinstall",
"build": "parcel build static/js/index.js -d static/assets -o index.js --no-autoinstall",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
@@ -13,5 +15,8 @@
"parcel": "^1.9.7",
"uswds": "^1.6.3",
"vue": "^2.5.17"
},
"devDependencies": {
"node-sass": "^4.9.2"
}
}