-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.82 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
{
"name": "gfgweb",
"private": true,
"homepage": "https://gfgkare.github.io",
"author": "https://www.github.com/sabzdotpy",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"devs": "vite --host",
"build": "vite build",
"xpostbuild": "react-spa-prerender",
"gh": "vite build && cp dist/index.html dist/404.html && rm -rf docs && cp dist docs -rf",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"ace-builds": "^1.32.6",
"axios": "^1.5.1",
"canvas-confetti": "^1.9.3",
"dotenv": "^16.3.1",
"event-source-polyfill": "^1.0.31",
"firebase": "^10.5.0",
"firebase-key": "^2.0.2",
"framer-motion": "^11.2.12",
"gh-pages": "^6.1.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-ace-builds": "^7.4.1",
"react-awesome-reveal": "^4.2.13",
"react-circular-progressbar": "^2.1.0",
"react-component-countdown-timer": "^0.1.8",
"react-confetti-explosion": "^2.1.2",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-fade-in": "^2.0.1",
"react-flickity-component": "^4.0.6",
"react-icons": "^4.10.1",
"react-router-dom": "^6.26.1",
"react-snap": "^1.23.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.25.1",
"react-transition-group": "^4.4.5",
"sass": "^1.63.6",
"use-debounce": "^9.0.4"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"react-spa-prerender": "^1.0.14",
"vite": "^4.3.2"
}
}