mirror of
https://github.com/emmabostian/developer-portfolios.git
synced 2025-05-02 16:38:01 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://seyoonPuvi.github.io/personal-portfolio",
|
|
"name": "particles",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@tsparticles/all": "^3.5.0",
|
|
"@tsparticles/react": "^3.0.0",
|
|
"aos": "^2.3.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-loader-spinner": "^6.1.6",
|
|
"react-scripts": "5.0.1",
|
|
"reactjs-popup": "^2.0.6",
|
|
"styled-components": "^6.1.13",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d 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": {
|
|
"gh-pages": "^6.2.0"
|
|
}
|
|
}
|