-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "vite-passport",
"description": "",
"dependencies": {
"@heroicons/react": "1.0.6",
"@vite/vitejs": "2.3.19-alpha.7",
"@vite/vitejs-http": "2.3.19-alpha.7",
"@vite/vitejs-ws": "2.3.19-alpha.7",
"bignumber.js": "^9.1.0",
"qrcode": "1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.2.1"
},
"devDependencies": {
"@types/chrome": "0.0.193",
"@types/qrcode": "1.4.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "5.3.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "^10.4.7",
"esbuild": "0.14.51",
"esbuild-style-plugin": "^1.6.0",
"eslint": "^8.14.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss-nested": "^5.0.6",
"prettier": "2.7.1",
"tailwindcss": "3.0.24",
"typescript": "^4.5.4"
},
"scripts": {
"dev": "node esbuild.js",
"build": "node esbuild.js --prod",
"lint": "eslint src --ext .ts,.tsx",
"prettier": "prettier --write src"
},
"author": "",
"license": "ISC"
}