-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "filesfi-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@headlessui/tailwindcss": "^0.2.0",
"@types/is-object": "^1.0.2",
"@types/object-path": "^0.11.1",
"copy-to-clipboard": "^3.3.1",
"deep-object-diff": "^1.1.0",
"deepcopy": "^2.1.0",
"is-object": "^1.0.2",
"next": "11.1.2",
"object-path": "^0.11.8",
"particles-bg": "^2.5.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-error-boundary": "^4.0.13",
"react-files": "^2.4.9",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-qr-code": "^2.0.12",
"react-qr-reader": "^3.0.0-beta-1",
"react-qr-scanner": "^1.0.0-alpha.11",
"simple-peer": "^9.11.0",
"simple-peer-files": "^1.2.3",
"socket.io-client": "^4.2.0",
"streamsaver": "^2.0.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^17.0.20",
"@types/simple-peer": "^9.11.3",
"@types/streamsaver": "^2.0.1",
"@types/uuid": "^8.3.1",
"autoprefixer": "^10.4.18",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^4.4.3"
}
}