generated from suren-atoyan/react-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.52 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
86
87
88
89
90
91
92
{
"name": "react-pwa",
"version": "2.0.2",
"description": "Starter kit for modern web applications",
"homepage": "https://react-pwa.surenatoyan.com/",
"repository": {
"type": "git",
"url": "https://github.com/suren-atoyan/react-pwa.git"
},
"bugs": {
"url": "https://github.com/suren-atoyan/react-pwa/issues",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"https-preview": "serve dist",
"postinstall": "husky install"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.83",
"@mui/material": "^5.8.1",
"@mui/system": "^5.8.1",
"@mui/utils": "^5.8.0",
"@mui/x-date-pickers": "^5.0.4",
"dayjs": "^1.11.5",
"dexie": "^3.2.2",
"dexie-react-hooks": "1.0.7",
"font-color-contrast": "^11.1.0",
"is-mobile": "^3.1.1",
"notistack": "^2.0.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.3.0",
"react-hotkeys-hook": "^3.4.6",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.3.0",
"react-to-print": "^2.14.7",
"recharts": "^2.1.15",
"recoil": "^0.7.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"firebase": "^9.10.0",
"https-localhost": "^4.7.1",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"prettier": "2.6.2",
"typescript": "^4.8.3",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0",
"workbox-window": "^6.5.4"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
],
"src/**/*.{js,jsx,ts,tsx,json}": [
"eslint --max-warnings=0"
]
},
"author": {
"name": "Suren Atoyan",
"email": "[email protected]",
"url": "http://surenatoyan.com/"
},
"keywords": [
"react",
"pwa",
"starter-kit",
"vite"
],
"packageManager": "[email protected]",
"resolutions": {
"recharts@^2.1.15": "patch:recharts@npm%3A2.1.15#./.yarn/patches/recharts-npm-2.1.15-e5510e187f.patch"
}
}