-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.26 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
{
"name": "lmfao_tech_frontend",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^1.0.6",
"@honeybadger-io/js": "^4.1.0",
"@honeybadger-io/react": "^2.1.0",
"@honeybadger-io/webpack": "^1.5.1",
"@novu/node": "^0.6.0",
"@novu/notification-center": "^0.6.2",
"@prisma/client": "^4.0.0",
"@types/file-saver": "^2.0.5",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/uuid": "^8.3.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.5",
"file-saver": "^2.0.5",
"flowbite": "^1.4.7",
"flowbite-react": "^0.0.27",
"formidable": "^2.0.1",
"framer-motion": "^6.5.1",
"google-img-scrap": "^1.0.7",
"html-to-image": "^1.9.0",
"html2canvas": "^1.4.1",
"interactjs": "^1.10.17",
"jotai": "^1.9.0",
"next": "12.2",
"next-auth": "^4.6.1",
"next-pwa": "^5.5.4",
"prisma": "^4.0.0",
"react": "18.2.0",
"csstype": "^3.1.0",
"goober": "^2.1.10",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"react-hot-toast": "^2.4.0",
"react-lazy-load-image-component": "^1.5.5",
"react-masonry-css": "^1.0.16",
"react-responsive-masonry": "^2.1.5",
"react-simple-pull-to-refresh": "^1.3.0",
"react-toolkit": "2.0.0-alpha.6",
"react-web-share": "^1.1.6",
"styled-components": "^5.3.5",
"subjx": "^1.1.0",
"tailwind-scrollbar": "^1.3.1",
"twitter-api-v2": "^1.12.3",
"twitter-lite": "^1.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/styled-components": "^5.1.25",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
}
}