b.ReX Web Avatar Frontend Code PLEASE USE NEW CODEBASE ON GITLAB FOR AMPLIFY INTEGRATION
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

54 lines
1.3 KiB

{
"name": "brex-avatars",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"js-cookie": "^3.0.5",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-scripts": "^5.0.1",
"react-toastify": "^11.0.2",
"three": "^0.170.0",
"uuid": "^11.0.3",
"web-vitals": "^2.1.4",
"zustand": "^5.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"react-refresh": "^0.16.0",
"webpack-hot-middleware": "^2.26.1"
}
}