|
@@ -31,10 +31,13 @@
|
|
|
"@types/react": "^19.1.10",
|
|
"@types/react": "^19.1.10",
|
|
|
"@types/react-dom": "^19.1.7",
|
|
"@types/react-dom": "^19.1.7",
|
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
|
|
|
+ "autoprefixer": "^10.4.21",
|
|
|
"eslint": "^9.33.0",
|
|
"eslint": "^9.33.0",
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
|
"globals": "^16.3.0",
|
|
"globals": "^16.3.0",
|
|
|
|
|
+ "postcss": "^8.5.6",
|
|
|
|
|
+ "tailwindcss": "^4.1.13",
|
|
|
"vite": "^7.1.2"
|
|
"vite": "^7.1.2"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -1530,6 +1533,44 @@
|
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
|
"license": "Python-2.0"
|
|
"license": "Python-2.0"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/autoprefixer": {
|
|
|
|
|
+ "version": "10.4.21",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
|
|
|
|
|
+ "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "tidelift",
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "browserslist": "^4.24.4",
|
|
|
|
|
+ "caniuse-lite": "^1.0.30001702",
|
|
|
|
|
+ "fraction.js": "^4.3.7",
|
|
|
|
|
+ "normalize-range": "^0.1.2",
|
|
|
|
|
+ "picocolors": "^1.1.1",
|
|
|
|
|
+ "postcss-value-parser": "^4.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "autoprefixer": "bin/autoprefixer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^10 || ^12 || >=14"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "postcss": "^8.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/balanced-match": {
|
|
"node_modules/balanced-match": {
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -2141,6 +2182,20 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "ISC"
|
|
"license": "ISC"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/fraction.js": {
|
|
|
|
|
+ "version": "4.3.7",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "patreon",
|
|
|
|
|
+ "url": "https://github.com/sponsors/rawify"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/fsevents": {
|
|
"node_modules/fsevents": {
|
|
|
"version": "2.3.3",
|
|
"version": "2.3.3",
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -2573,6 +2628,16 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/normalize-range": {
|
|
|
|
|
+ "version": "0.1.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/optionator": {
|
|
"node_modules/optionator": {
|
|
|
"version": "0.9.4",
|
|
"version": "0.9.4",
|
|
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
@@ -2705,6 +2770,13 @@
|
|
|
"node": "^10 || ^12 || >=14"
|
|
"node": "^10 || ^12 || >=14"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/postcss-value-parser": {
|
|
|
|
|
+ "version": "4.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/prelude-ls": {
|
|
"node_modules/prelude-ls": {
|
|
|
"version": "1.2.1",
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
@@ -2912,15 +2984,22 @@
|
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/tailwindcss": {
|
|
|
|
|
+ "version": "4.1.13",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz",
|
|
|
|
|
+ "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/tinyglobby": {
|
|
"node_modules/tinyglobby": {
|
|
|
- "version": "0.2.14",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
|
|
|
- "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
|
|
|
|
|
+ "version": "0.2.15",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
|
|
|
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "fdir": "^6.4.4",
|
|
|
|
|
- "picomatch": "^4.0.2"
|
|
|
|
|
|
|
+ "fdir": "^6.5.0",
|
|
|
|
|
+ "picomatch": "^4.0.3"
|
|
|
},
|
|
},
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=12.0.0"
|
|
"node": ">=12.0.0"
|
|
@@ -2990,9 +3069,9 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/vite": {
|
|
"node_modules/vite": {
|
|
|
- "version": "7.1.3",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.3.tgz",
|
|
|
|
|
- "integrity": "sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==",
|
|
|
|
|
|
|
+ "version": "7.1.5",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==",
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
@@ -3001,7 +3080,7 @@
|
|
|
"picomatch": "^4.0.3",
|
|
"picomatch": "^4.0.3",
|
|
|
"postcss": "^8.5.6",
|
|
"postcss": "^8.5.6",
|
|
|
"rollup": "^4.43.0",
|
|
"rollup": "^4.43.0",
|
|
|
- "tinyglobby": "^0.2.14"
|
|
|
|
|
|
|
+ "tinyglobby": "^0.2.15"
|
|
|
},
|
|
},
|
|
|
"bin": {
|
|
"bin": {
|
|
|
"vite": "bin/vite.js"
|
|
"vite": "bin/vite.js"
|