-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"homepage": "p2pdirectlink.com",
"name": "p2pdirectlink",
"version": "0.1.0",
"private": "false",
"dependencies": {
"@react-spring/web": "^9.7.3",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"bfj": "^7.0.2",
"browserify-zlib": "^0.2.0",
"browserslist": "^4.18.1",
"buffer": "^6.0.3",
"camelcase": "^6.2.1",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"events": "^3.3.0",
"framer-motion": "^10.16.16",
"fs-extra": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prompts": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.1",
"react-refresh": "^0.11.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-spring": "^9.7.3",
"resolve": "^1.20.0",
"sass-loader": "^12.3.0",
"simple-peer": "^9.11.1",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.2",
"to-readable-stream": "^3.0.0",
"util": "^0.12.5"
},
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/simple-peer": "^9.11.5",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.14",
"process": "^0.11.10",
"react-error-overlay": "6.0.9",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.1.4",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vite-plugin-svgr": "^2.2.2",
"vite-tsconfig-paths": "^3.5.2"
}
}