-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.91 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
61
62
{
"name": "napholio",
"author": "na0495",
"private": true,
"version": "0.0.2",
"scripts": {
"build": "vite build",
"vite": "vite",
"dev": "vite --host --port 3000 -m dev",
"build:dev": "vite build -m dev",
"preview": "yarn tsc & yarn build:dev && vite preview --host --port=4000",
"format": "prettier --write --ignore-path .gitignore \"src/**/*.{js,jsx,ts,tsx,css,scss,md}\""
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@lottiefiles/react-lottie-player": "^3.4.4",
"@mantine/core": "^6.0.16",
"@mantine/form": "^6.0.16",
"@mantine/hooks": "^6.0.16",
"@mantine/notifications": "^6.0.16",
"@mantine/prism": "^6.0.16",
"@mantine/spotlight": "^6.0.16",
"@react-spring/parallax": "^9.4.4",
"@react-three/drei": "^9.34.4",
"@react-three/fiber": "^8.8.10",
"@react-three/postprocessing": "^2.7.0",
"@types/node": "^18.14.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"emailjs-com": "^3.2.0",
"framer-motion": "^6.3.0",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"kaboom": "^2000.2.10",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-countup": "^6.3.0",
"react-dom": "^18.0.0",
"react-ga4": "^2.1.0",
"react-github-calendar": "^4.0.1",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.3.0",
"react-i18next": "^12.1.5",
"react-router-dom": "^6.3.0",
"react-seo-component": "^2.0.2",
"react-spring": "^9.4.4",
"react-tsparticles": "^2.0.6",
"react-vertical-timeline-component": "^3.6.0",
"tabler-icons-react": "^1.45.0",
"three": "^0.145.0",
"tsparticles": "^2.0.6",
"typewriter-effect": "^2.18.2",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.0",
"typescript": "^4.9.5",
"vite": "^4.4.4"
}
}