atst/package.json
2018-08-03 13:17:45 -04:00

23 lines
604 B
JSON

{
"name": "atst",
"version": "1.0.0",
"description": "ATST Stateless Services",
"main": "index.js",
"scripts": {
"watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall",
"build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"npm": "^6.0.1",
"parcel": "^1.9.7",
"uswds": "^1.6.3",
"vue": "^2.5.17"
},
"devDependencies": {
"node-sass": "^4.9.2"
}
}