first commit
This commit is contained in:
73
package.json
Normal file
73
package.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"name": "my-app",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@mantine/carousel": "^7.9.1",
|
||||
"@mantine/charts": "^7.9.1",
|
||||
"@mantine/code-highlight": "^7.9.1",
|
||||
"@mantine/core": "^7.9.1",
|
||||
"@mantine/dates": "^7.9.1",
|
||||
"@mantine/dropzone": "^7.9.1",
|
||||
"@mantine/form": "^7.9.1",
|
||||
"@mantine/hooks": "^7.9.1",
|
||||
"@mantine/modals": "^7.9.1",
|
||||
"@mantine/notifications": "^7.9.1",
|
||||
"@mantine/nprogress": "^7.9.1",
|
||||
"@mantine/spotlight": "^7.9.1",
|
||||
"@mantine/tiptap": "^7.9.1",
|
||||
"@tabler/icons-react": "^3.3.0",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@tiptap/extension-link": "^2.3.2",
|
||||
"@tiptap/react": "^2.3.2",
|
||||
"@tiptap/starter-kit": "^2.3.2",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.97",
|
||||
"@types/react": "^18.3.2",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"axios": "^1.6.8",
|
||||
"dayjs": "^1.11.11",
|
||||
"embla-carousel-react": "^8.0.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hook-form": "^7.51.4",
|
||||
"react-icons": "^5.2.1",
|
||||
"react-router-dom": "^6.23.1",
|
||||
"react-scripts": "5.0.1",
|
||||
"recharts": "^2.12.7",
|
||||
"recoil": "^0.7.7",
|
||||
"typescript": "^4.9.5",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts 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": {
|
||||
"postcss": "^8.4.38",
|
||||
"postcss-preset-mantine": "^1.15.0",
|
||||
"postcss-simple-vars": "^7.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user