-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "news",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "PUBLIC_URL='/' vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.4",
"buffer": "^6.0.3",
"cors-anywhere": "^0.4.4",
"favicon-fetch": "^1.0.0",
"html-metadata": "^1.7.1",
"meta-og-scrape": "^1.0.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lazyload": "^3.2.0",
"react-timeago": "^7.1.0",
"request": "^2.88.2",
"rss-parser": "^3.12.0",
"string-similarity": "^4.0.4",
"util": "^0.12.4"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"rollup-plugin-polyfill-node": "^0.10.1",
"tailwindcss": "^3.1.6",
"vite": "^3.0.0"
}
}