-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
{
"name": "black-bird",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/cli": "^8.2.0",
"@aws-amplify/ui-react": "^2.10.0",
"@charkour/react-reactions": "^0.6.4",
"@emailjs/browser": "^3.6.2",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@giscus/react": "^1.1.2",
"@heroicons/react": "^1.0.6",
"@mantine/core": "^4.0.7",
"@mantine/hooks": "^4.0.7",
"@mantine/next": "^4.0.7",
"@mantine/notifications": "^4.0.7",
"@mantine/rte": "^4.0.7",
"@modulz/radix-icons": "^4.0.0",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.5.1",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/typography": "^0.5.2",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"aws-amplify": "^4.3.16",
"aws-sdk": "^2.1109.0",
"curvetext": "^1.0.4",
"disqus-react": "^1.1.2",
"github-fork-ribbon-css": "^0.2.3",
"graphql-default-value-transformer": "^2.0.1",
"kutty": "^0.6.0",
"locomotive-scroll": "^4.1.4",
"lodash": "^4.17.21",
"next": "12.1.6",
"prismjs": "^1.28.0",
"random-hex-color-generator": "^1.0.12",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-fast-marquee": "^1.3.2",
"react-icons": "^4.3.1",
"react-map-gl": "^7.0.12",
"react-markdown": "^8.0.1",
"react-masonry-css": "^1.0.16",
"reading-time-estimator": "^1.5.0",
"tabler-icons-react": "^1.41.0",
"three": "^0.124.0",
"uuid": "^8.3.2",
"vanta": "^0.5.21"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}