-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.81 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
{
"name": "legendary-octo-train",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"format": "prettier --write src/**/*.ts{,x}",
"lint": "tsc --noEmit && eslint ./src/**/*.ts{,x}",
"lint:fix": "tsc --noEmit && eslint ./src/**/*.ts{,x} --fix"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@react-spring/types": "^9.3.2",
"@rehooks/local-storage": "^2.4.3",
"@tailwindcss/forms": "^0.4.0",
"classnames": "^2.3.1",
"csstype": "^3.0.10",
"firebase": "^9.6.0",
"formik": "^2.2.9",
"nanoid": "^3.1.30",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-firebase-hooks": "^4.0.1",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-spring": "^9.3.3",
"recoil": "^0.5.2",
"recoil-persist": "^4.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/prop-types": "^15.7.4",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.4.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.7",
"typescript": "^4.3.2",
"vite": "^2.6.4"
}
}