-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
72 lines (72 loc) · 1.94 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
{
"name": "everything",
"version": "0.0.1",
"private": true,
"dependencies": {
"@auth0/nextjs-auth0": "^1.9.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^1.8.1",
"@tanstack/react-query": "^4.2.3",
"@tanstack/react-query-devtools": "^4.2.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"aws-sdk": "^2.1244.0",
"axios": "^1.1.3",
"classnames": "^2.3.1",
"daisyui": "^2.22.0",
"fs": "^0.0.1-security",
"graphql-request": "^4.3.0",
"next": "^12.2.3",
"next-auth": "^4.15.0",
"next-http-proxy-middleware": "^1.2.4",
"next-pwa": "5.5.4",
"react": "^17.0.2",
"react-colorful": "^5.6.1",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-select": "^5.4.0",
"react-spinners": "^0.13.3",
"react-toastify": "^9.0.7",
"react-virtualized-auto-sizer": "^1.0.7",
"react-webcam": "^7.0.1",
"react-window": "^1.8.7",
"react-window-infinite-loader": "^1.0.8",
"swiper": "^8.4.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@next/bundle-analyzer": "^13.0.0",
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint-config-next": "12.2.3",
"eslint-plugin-react": "^7.30.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24"
}
}