-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "voidimp-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@next/bundle-analyzer": "^12.1.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"lazysizes": "^5.3.2",
"next": "^12.1.6",
"next-themes": "^0.2.0",
"qs": "^6.10.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-share": "^4.4.0",
"showdown": "^2.1.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@tailwindcss/typography": "^0.5.2",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.0.24"
},
"overrides": {
"react-share": {
"react": "18.1.0",
"react-dom": "18.1.0"
}
}
}