-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.1 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
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
{
"name": "template-react-firebase-symbol",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.1",
"@hookform/resolvers": "5.4.0",
"@loadable/component": "^5.16.7",
"firebase": "^12.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.78.0",
"react-icons": "^5.6.0",
"react-router-dom": "^7.17.0",
"yup": "^1.7.1"
},
"scripts": {
"start": "vite",
"dev": "vite",
"typecheck": "tsc --noEmit",
"build": "tsc --noEmit && vite build",
"build:testnet": "tsc --noEmit && vite build --mode testnet",
"build:mainnet": "tsc --noEmit && vite build --mode mainnet",
"preview": "vite preview",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write .",
"encode-env": "cat $npm_config_from | base64 > $npm_config_to",
"decode-env": "cat $npm_config_from | base64 --decode > $npm_config_to"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/loadable__component": "^5.13.9",
"@types/node": "^22.19.0",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.60.1",
"@vitejs/plugin-react": "^6.0.2",
"autoprefixer": "^10.4.21",
"daisyui": "^2.52.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"firebase-tools": "^15.19.1",
"postcss": "^8.5.6",
"prettier": "^3.8.3",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^8.0.16"
},
"overrides": {
"gaxios": {
"uuid": "11.1.1"
}
}
}