rsnext/examples/with-particles/package.json
Matteo Bruni cf3ba271e9
Added with-particles template (#35471)
## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
2022-06-22 15:13:10 +00:00

25 lines
547 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-tsparticles": "^2.0.6",
"tsparticles": "^2.0.6",
"tsparticles-engine": "^2.0.6"
},
"devDependencies": {
"@types/node": "17.0.33",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"eslint": "8.15.0",
"eslint-config-next": "latest",
"typescript": "4.6.4"
}
}