mirror of
https://github.com/gosticks/magento-destroyers.git
synced 2025-10-16 11:55:43 +00:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "magento-destroyers",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.1.0",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@types/styled-components": "^5.1.34",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-scripts": "5.0.1",
|
|
"styled-components": "^6.1.19",
|
|
"styled-icons": "^10.47.1",
|
|
"three": "^0.178.0",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"start": "vite",
|
|
"test": "bun test",
|
|
"serve": "bun server.ts",
|
|
"old:start": "react-scripts start",
|
|
"old:build": "react-scripts build",
|
|
"old:test": "react-scripts test",
|
|
"old:eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"module": "src/index.tsx",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.19",
|
|
"@types/minimatch": "^6.0.0",
|
|
"@types/three": "^0.178.1",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"vite": "^7.0.6",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|