forked from pretyflaco/yirmibirdotorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.39 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
{
"name": "yirmibir-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"preexport": "yarn build",
"export": "next export",
"prestart": "yarn export",
"start": "serve out",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react-dom": "^1.0.0",
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.11",
"@tanstack/react-query": "^4.16.1",
"@vercel/analytics": "^1.0.1",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.2",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.2",
"markdown-it-footnote": "^4.0.0",
"next": "12.3.0",
"raw-loader": "^4.0.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"rss-parser": "^3.12.0",
"sass": "^1.55.0",
"serve": "^14.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "17.0.33",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"eslint-config-next": "^13.3.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.13",
"prettier": "2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}