intégration de la page 'feed'
Showing
- index.html 3 additions, 1 deletionindex.html
- package-lock.json 900 additions, 4 deletionspackage-lock.json
- package.json 8 additions, 0 deletionspackage.json
- postcss.config.cjs 6 additions, 0 deletionspostcss.config.cjs
- src/App.tsx 2 additions, 2 deletionssrc/App.tsx
- src/index.css 8 additions, 67 deletionssrc/index.css
- src/views/FeedView.tsx 209 additions, 3 deletionssrc/views/FeedView.tsx
- tailwind.config.cjs 12 additions, 0 deletionstailwind.config.cjs
This diff is collapsed.
... | ... | @@ -12,6 +12,11 @@ |
"lint": "eslint . --ext .ts,.tsx" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.2.1", | ||
"@fortawesome/free-brands-svg-icons": "^6.2.1", | ||
"@fortawesome/free-regular-svg-icons": "^6.2.1", | ||
"@fortawesome/free-solid-svg-icons": "^6.2.1", | ||
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@jmetterrothan/instalike": "1.3.7", | ||
"axios": "0.27.2", | ||
"i18next": "^22.4.9", | ||
... | ... | @@ -32,13 +37,16 @@ |
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"@vitejs/plugin-react": "^3.0.0", | ||
"autoprefixer": "^10.4.13", | ||
"eslint": "^8.32.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.32.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"postcss": "^8.4.21", | ||
"prettier": "^2.8.3", | ||
"tailwindcss": "^3.2.4", | ||
"typescript": "^4.9.3", | ||
"vite": "^4.0.0" | ||
} | ||
... | ... |
postcss.config.cjs
0 → 100644
tailwind.config.cjs
0 → 100644
Please register or sign in to comment