2020-09-04 13:02:20 -05:00
|
|
|
{
|
2022-07-29 16:12:42 -05:00
|
|
|
"name": "ws4kp",
|
2025-06-13 22:29:35 -05:00
|
|
|
"version": "5.24.1",
|
2022-07-29 16:12:42 -05:00
|
|
|
"description": "Welcome to the WeatherStar 4000+ project page!",
|
2025-03-22 13:19:36 +01:00
|
|
|
"main": "index.mjs",
|
|
|
|
|
"type": "module",
|
2022-07-29 16:12:42 -05:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2023-09-02 21:59:03 -05:00
|
|
|
"build:css": "sass --style=compressed ./server/styles/scss/main.scss ./server/styles/main.css",
|
2025-03-24 18:24:49 -05:00
|
|
|
"build": "gulp buildDist",
|
2023-04-22 21:23:31 -05:00
|
|
|
"lint": "eslint ./server/scripts/**/*.mjs",
|
|
|
|
|
"lint:fix": "eslint --fix ./server/scripts/**/*.mjs"
|
2022-07-29 16:12:42 -05:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/netbymatt/ws4kp.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "Matt Walsh",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/netbymatt/ws4kp/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/netbymatt/ws4kp#readme",
|
|
|
|
|
"devDependencies": {
|
2024-08-27 09:00:38 -05:00
|
|
|
"@aws-sdk/client-cloudfront": "^3.609.0",
|
2025-03-24 18:24:49 -05:00
|
|
|
"del": "^8.0.0",
|
2025-06-14 11:35:33 -05:00
|
|
|
"eslint": "^9.0.0",
|
|
|
|
|
"eslint-config-airbnb-base": "15.0.0",
|
2024-04-19 21:50:57 -05:00
|
|
|
"eslint-plugin-import": "^2.10.0",
|
2025-06-14 11:35:33 -05:00
|
|
|
"@eslint/eslintrc": "^3.3.1",
|
2024-04-19 21:50:57 -05:00
|
|
|
"gulp": "^5.0.0",
|
2025-03-24 18:24:49 -05:00
|
|
|
"gulp-awspublish": "^8.0.0",
|
2022-07-29 16:12:42 -05:00
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
|
"gulp-ejs": "^5.1.0",
|
2025-03-24 18:24:49 -05:00
|
|
|
"gulp-file": "^0.4.0",
|
2022-07-29 16:12:42 -05:00
|
|
|
"gulp-rename": "^2.0.0",
|
2025-05-14 14:10:05 -05:00
|
|
|
"gulp-s3-uploader": "^1.0.6",
|
2025-02-23 20:57:06 -06:00
|
|
|
"gulp-sass": "^6.0.0",
|
2022-07-29 16:12:42 -05:00
|
|
|
"gulp-terser": "^2.0.0",
|
2025-03-24 18:24:49 -05:00
|
|
|
"luxon": "^3.0.0",
|
|
|
|
|
"nosleep.js": "^0.12.0",
|
|
|
|
|
"sass": "^1.54.0",
|
|
|
|
|
"suncalc": "^1.8.0",
|
|
|
|
|
"swiped-events": "^1.1.4",
|
2022-12-07 10:53:18 -06:00
|
|
|
"terser-webpack-plugin": "^5.3.6",
|
2025-05-15 09:02:49 -05:00
|
|
|
"webpack-stream": "^7.0.0",
|
|
|
|
|
"gulp-html-minifier-terser": "^7.1.0"
|
2024-07-07 21:49:21 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-13 23:04:46 -05:00
|
|
|
"dotenv": "^16.5.0",
|
2025-03-24 18:24:49 -05:00
|
|
|
"ejs": "^3.1.5",
|
2025-05-15 09:02:49 -05:00
|
|
|
"express": "^5.1.0"
|
2023-01-06 14:39:39 -06:00
|
|
|
}
|
2025-06-14 11:35:33 -05:00
|
|
|
}
|