-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 829 Bytes
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
{
"name": "pasteit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sweetalert/with-react": "^0.1.1",
"copy-to-clipboard": "^3.3.1",
"firebase": "^8.10.0",
"next": "11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-notifications-component": "^3.1.0",
"react-simple-tooltip": "^2.6.3",
"sweetalert": "^2.1.2",
"swr": "^0.5.6"
},
"devDependencies": {
"@svgr/cli": "^5.5.0",
"@types/react": "17.0.19",
"autoprefixer": "^10.3.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.3.6",
"prisma": "^2.29.1",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5"
}
}