-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.66 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.66 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
{
"name": "Dashon.co",
"version": "1.0.2",
"type": "module",
"private": true,
"dependencies": {
"@posthog/react": "^1.8.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^13.1.9",
"animate.css": "4.1.1",
"axios": "^1.13.5",
"bootstrap": "^5.3.8",
"disqus-react": "^1.1.0",
"emailjs-com": "^3.2.0",
"markdown-to-jsx": "^7.1.3",
"posthog-js": "^1.354.4",
"react": "^19.2.4",
"react-animate-on-scroll": "^2.1.5",
"react-countup": "^4.3.3",
"react-cursor-position": "^3.0.3",
"react-dom": "^19.2.4",
"react-ga4": "^2.1.0",
"react-markdown": "^6.0.2",
"react-on-screen": "^2.1.1",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.8.2",
"react-slick": "^0.28.1",
"react-type-animation": "^3.2.0",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.97.3",
"slick-carousel": "^1.8.1",
"yet-another-react-lightbox": "^3.29.1",
"express": "^4.18.2",
"node-fetch": "^3.3.2",
"dotenv": "^16.3.1",
"concurrently": "^8.2.1"
},
"scripts": {
"dev": "vite",
"dev:all": "concurrently \"npm run server\" \"npm run dev\"",
"server": "node server.js",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^5.1.4",
"vite": "^7.3.1"
}
}