-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 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
{
"name": "your-energy-fitness-app",
"author": "Alex Smagin",
"keywords": [
"javascript",
"html",
"css",
"vite",
"firebase",
"fullstack",
"freelance",
"fitness",
"workout",
"Your Energy",
"wellness",
"health",
"exercises"
],
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://github.com/Alexandrbig1/your-energy-fitness-app",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"gh-pages": "^6.1.0",
"glob": "^8.1.0",
"vite": "^4.0.5"
},
"license": "MIT",
"dependencies": {
"axios": "^1.5.1",
"basiclightbox": "^5.0.4",
"firebase": "^10.7.1",
"izitoast": "^1.4.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"vite-plugin-full-reload": "^1.0.5",
"vite-plugin-html-inject": "^1.0.1"
}
}