home / packages / non_npm_packages

non_npm_packages: Daveiano/weewx-wdc, package.json

This data as json

commit contents organization path repository
fde6cd1e98a3eda1b3082ec9c7e6b10d1e82ac12
{
    "author": "David Baetge <david.baetge@gmail.com>",
    "browserslist": "> 0.5%, last 2 versions, not dead",
    "dependencies": {
        "@carbon/colors": "10.34.0",
        "@carbon/icons-react": "10.22.0",
        "@carbon/themes": "10.40.0",
        "@carbon/type": "10.39.0",
        "@ibm/plex": "^6.1.1",
        "@nivo/bar": "^0.79.1",
        "@nivo/calendar": "^0.79.1",
        "@nivo/core": "^0.79.0",
        "@nivo/line": "^0.79.1",
        "@react-hook/media-query": "^1.1.1",
        "carbon-components": "10.25.0",
        "carbon-components-react": "7.50.0",
        "carbon-data-table-state-manager": "^1.0.3",
        "carbon-icons": "7.0.7",
        "color": "^4.2.3",
        "d3-scale": "^4.0.2",
        "dayjs": "^1.11.3",
        "he": "^1.2.0",
        "prop-types": "^15.8.1",
        "react": "^18.1.0",
        "react-dom": "^18.1.0",
        "react-full-screen": "^1.1.1",
        "react-plotly.js": "^2.5.1",
        "use-debounce": "^8.0.1",
        "workbox-cacheable-response": "^6.5.3",
        "workbox-expiration": "^6.5.3",
        "workbox-recipes": "^6.5.3",
        "workbox-routing": "^6.5.3",
        "workbox-strategies": "^6.5.3"
    },
    "description": "Weather Data Center skin for weewx.",
    "devDependencies": {
        "@playwright/test": "latest",
        "@types/carbon-components-react": "^7.46.1",
        "@types/carbon__icons-react": "^10.24.0",
        "@types/color": "^3.0.3",
        "@types/d3-scale": "^4.0.2",
        "@types/he": "^1.1.2",
        "@types/plotly.js": "^2.12.1",
        "@types/react": "^18.0.8",
        "@types/react-dom": "^18.0.3",
        "@types/react-plotly.js": "^2.5.1",
        "@typescript-eslint/eslint-plugin": "^5.22.0",
        "@typescript-eslint/parser": "^5.22.0",
        "css-loader": "^6.7.1",
        "eslint": "^8.14.0",
        "eslint-config-prettier": "^8.5.0",
        "mini-css-extract-plugin": "^2.6.1",
        "postcss-loader": "^7.0.1",
        "prettier": "2.6.2",
        "process": "^0.11.10",
        "sass": "^1.53.0",
        "sass-loader": "^13.0.2",
        "style-loader": "^3.3.1",
        "ts-loader": "^9.3.1",
        "ts-node": "^10.9.1",
        "typescript": "^4.6.4",
        "webpack": "^5.73.0",
        "webpack-bundle-analyzer": "^4.5.0",
        "webpack-cli": "^4.10.0"
    },
    "license": "MIT",
    "name": "weewx-wdc",
    "packageManager": "yarn@3.2.1",
    "scripts": {
        "build": "NODE_ENV=production webpack && mv skins/weewx-wdc/dist/service-worker.js skins/weewx-wdc/service-worker.js",
        "deploy:local": "sudo rsync -vua ./skins/weewx-wdc/ /etc/weewx/skins/weewx-wdc/ && sudo cp -r ./bin/user/. /usr/share/weewx/user/ && sudo systemctl restart weewx && sudo /usr/share/weewx/wee_reports",
        "deploy:pi": "yarn run build && sudo rsync -vua ./bin/ pi@weewx:/home/pi/bin && sudo rsync -vua --exclude 'weewx-wdc/dwd/*' --exclude 'weewx-wdc/skin.conf' ./skins/ pi@weewx:/home/pi/skins",
        "dev": "NODE_ENV=development webpack --watch",
        "lint": "eslint --ext .ts,.tsx,.js ./skins/weewx-wdc/src",
        "serve:local": "docker run -it --rm -d -p 8080:80 --name web -v /var/www/html/weewx:/usr/share/nginx/html nginx",
        "test:e2e": "yarn playwright test --config playwright.config.ts",
        "test:local:all": "./test/run_tests.sh && ./test/copy-artifacts.sh && yarn run test:e2e"
    },
    "sideEffects": [
        ".scss"
    ],
    "version": "2.3.2"
}
Daveiano package.json Daveiano/weewx-wdc
Powered by Datasette · Queries took 0.741ms