-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "feedlr.",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"widget": "npx uglify-js scripts/init.js -m -c -o public/init.js"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@headlessui/react": "^1.4.0",
"@prisma/client": "^2.30.0",
"@radix-ui/react-dialog": "^0.0.20",
"@radix-ui/react-dropdown-menu": "^0.0.23",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@tippyjs/react": "^4.2.5",
"axios": "^0.21.1",
"jotai": "^1.3.0",
"next": "11.0.1",
"next-progress": "^1.0.6",
"next-themes": "^0.0.15",
"next-useragent": "^2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.1.0",
"react-icons": "^4.2.0",
"react-loading-skeleton": "^2.2.0",
"react-timeago": "^6.2.1",
"swr": "^0.5.6"
},
"devDependencies": {
"@size-limit/preset-big-lib": "^5.0.3",
"@types/react": "17.0.16",
"@types/react-timeago": "^4.1.3",
"autoprefixer": "^10.3.1",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.3.6",
"prisma": "^2.30.0",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5",
"uglify-js": "^3.14.1"
}
}