render.app.frontend/package.json

29 lines
649 B
JSON

{
"name": "work_front",
"version": "1.0.0",
"private": true,
"description": "work_front",
"author": "TBS093A",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop --host=0.0.0.0",
"start": "gatsby develop --host=0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"axios": "^1.7.9",
"gatsby": "^5.13.3",
"gatsby-plugin-sass": "^6.14.0",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^7.1.5",
"react-tsparticles": "^2.12.2",
"sass": "^1.32.7"
}
}