-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "advisabot",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@auth0/nextjs-auth0": "^3.5.0",
"@aws-sdk/client-dynamodb": "^3.554.0",
"@aws-sdk/client-s3": "^3.554.0",
"@aws-sdk/client-sns": "^3.554.0",
"@aws-sdk/client-sqs": "^3.529.1",
"@aws-sdk/client-textract": "^3.515.0",
"@aws-sdk/credential-providers": "^3.554.0",
"@aws-sdk/lib-dynamodb": "^3.540.0",
"@azure/msal-browser": "^3.11.1",
"@azure/msal-react": "^2.0.14",
"@chakra-ui/react": "^2.8.2",
"@dnd-kit/core": "^6.1.0-next-2023106221355",
"@dnd-kit/sortable": "^8.0.0-next-2023106221355",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/raleway": "^5.0.20",
"@smithy/fetch-http-handler": "^2.5.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"framer-motion": "^11.0.24",
"lucide-react": "^0.365.0",
"next": "^14.2.3",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-collapsed": "^4.1.2",
"react-collapsible": "^2.10.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0",
"react-select": "^5.8.0",
"styled-components": "^6.1.8",
"web-vitals": "^2.1.4"
},
"overrides": {
"chokidar": "3.5.3",
"glob-parent": "6.0.2",
"semver": "7.5.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"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": {
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.4.5"
}
}