-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.39 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.39 KB
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
{
"homepage": "https://dsvgit.github.io/react-auth-templates/",
"name": "react-auth-templates",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:main": "MAIN_APP=main pnpm dev --config vite.config.dev.ts",
"dev:mui": "MAIN_APP=mui pnpm dev --config vite.config.dev.ts",
"dev:bootstrap": "MAIN_APP=bootstrap pnpm dev --config vite.config.dev.ts",
"build": "tsc && vite build --config vite.config.build.ts",
"build:local": "tsc && LOCAL_BUILD=true vite build --config vite.config.build.ts",
"serve": "serve dist",
"preview": "vite preview",
"deploy-pages": "gh-pages -d dist"
},
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/lab": "5.0.0-alpha.134",
"@mui/material": "^5.13.5",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"firebase": "^9.22.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"react-router-dom": "^6.13.0",
"vite-plugin-svgr": "^3.2.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.8",
"serve": "^14.2.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}