Files
myspeed/web/package.json
github-actions[bot] b297e7e22a Merge pull request #1363 from gnmyt/dependabot/npm_and_yarn/web/sass-1.97.3
chore(deps): bump sass from 1.89.2 to 1.97.3 in /web
2026-01-22 21:24:27 +00:00

33 lines
911 B
JSON

{
"name": "website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"react": "^19.1.0",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0",
"sass": "^1.97.3"
},
"devDependencies": {
"@types/react": "^19.1.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"vite": "^6.4.1"
}
}