{ "type": "module", "scripts": { "deploy": "cross-env NODE_ENV=production tsc && cross-env NODE_ENV=production vite build", "lint": "eslint . --ext .js,.ts", "test": "jest --ci", "test:watch": "jest --watch", "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.3.0", "@rollup/plugin-multi-entry": "^6.0.0", "@rollup/plugin-typescript": "^11.0.0", "@rollup/plugin-virtual": "^3.0.1", "@types/web": "^0.0.91", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", "acorn": "^8.8.2", "autoprefixer": "^10.4.13", "brunch": "^4.0.2", "copycat-brunch": "^1.1.1", "cross-env": "^7.0.3", "eslint": "^8.34.0", "jest-environment-jsdom": "^29.4.3", "mini-css-extract-plugin": "^2.7.2", "normalize-scss": "^7.0.1", "postcss": "^8.4.31", "postcss-scss": "^4.0.6", "postcss-url": "^10.1.3", "rollup": "^2.57.0", "rollup-plugin-includepaths": "^0.2.4", "sass": "^1.58.3", "source-map-support": "^0.5.21", "tslib": "^2.5.0", "typescript": "^5.2", "vite": "^5.2" }, "devDependencies": { "@testing-library/dom": "^9.0.0", "@testing-library/jest-dom": "^5.16.5", "@types/jest": "^29.4.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", "jest": "^29.4.3", "jest-fetch-mock": "^3.0.3", "ts-jest": "^29.1.0" } }