render.app.frontend/package.json

26 lines
545 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": {
"gatsby": "^5.13.3",
"gatsby-plugin-sass": "^6.13.1",
"react": "^18",
"react-dom": "^18",
"react-particles-js": "^3.4.1",
"sass": "^1.32.7"
}
}