ga-covid.thederf.com/package.json
2022-01-01 21:50:29 -05:00

37 lines
936 B
JSON

{
"name": "ga-covid-charts",
"private": true,
"license": "MIT",
"version": "0.0.0",
"scripts": {
"dev": "iles dev",
"process:data": "node ./data/parser.js",
"build": "iles build",
"preview": "iles preview --port 5050",
"deploy": "npm run build && rsync -avhz ./dist/ thederf@thederf.com:ga-covid/",
"typecheck": "vue-tsc --noEmit"
},
"engines": {
"node": "^14.18 || >= 16.0.0"
},
"devDependencies": {
"@iconify-json/healthicons": "^1.0.3",
"@iconify-json/mdi": "^1.0.12",
"@iconify-json/whh": "^1.0.1",
"@islands/icons": "^0.1.1",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"fast-glob": "^3.2.7",
"iles": "^0.7.20",
"node-stream-zip": "^1.15.0",
"tailwindcss": "^3.0.8",
"typescript": "^4.5",
"vue-tsc": "^0.29"
},
"dependencies": {
"jscharting": "^3.2.2",
"mkdirp": "^1.0.4",
"papaparse": "^5.3.1"
}
}