-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.59 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
93
94
{
"name": "react-pwa",
"version": "2.0.1",
"description": "Starter kit for modern web applications",
"homepage": "https://laszlo-ratesic.github.io/immortal-scorpion",
"repository": {
"type": "git",
"url": "https://github.com/laszlo-ratesic/immortal-scorpion.git"
},
"bugs": {
"url": "https://github.com/laszlo-ratesic/immortal-scorpion/issues",
"email": "keenanrc@hotmail.com"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"https-preview": "serve dist",
"prepare": "husky install",
"predeploy": "vite build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.1",
"@mui/lab": "^5.0.0-alpha.75",
"@mui/material": "^5.6.1",
"@mui/system": "^5.6.1",
"@mui/utils": "^5.6.1",
"@types/react-custom-scroll": "^4.3.2",
"formik": "^2.2.9",
"is-mobile": "^3.1.1",
"notistack": "^2.0.4",
"primeicons": "^5.0.0",
"primereact": "^8.1.0",
"react": "^18.0.0",
"react-awesome-button": "^6.5.1",
"react-custom-scroll": "^4.4.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.3.0",
"react-hotkeys-hook": "^3.4.4",
"react-icons": "^4.3.1",
"react-pdf": "^5.7.2",
"react-router-dom": "^6.3.0",
"react-spring": "^9.4.5",
"react-tsparticles": "^2.0.6",
"recoil": "^0.7.1",
"styled-components": "^5.3.5",
"tsparticles": "^2.0.6",
"web-animation-club": "^0.6.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/node": "^17.0.23",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-react": "^1.3.0",
"eslint": "^8.12.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"gh-pages": "^4.0.0",
"https-localhost": "^4.7.1",
"husky": "^7.0.0",
"lint-staged": "^12.3.7",
"prettier": "2.6.1",
"react-error-overlay": "^6.0.9",
"typescript": "^4.5.4",
"vite": "^2.9.1",
"vite-plugin-pwa": "^0.11.3"
},
"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": "Keenan Chiasson",
"email": "keenanrc@hotmail.com",
"url": "https://keenan.vip/"
},
"keywords": [
"react",
"pwa",
"starter-kit",
"vite"
]
}