-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "mantra-yoga",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.12.1",
"@heroicons/react": "^2.0.13",
"@react-spring/web": "^9.7.3",
"@studio-freight/lenis": "^1.0.33",
"@studio-freight/react-lenis": "^0.0.43",
"@types/geojson": "^7946.0.14",
"@vercel/analytics": "^1.2.2",
"animejs": "^3.2.2",
"emailjs-com": "^3.2.0",
"framer-motion": "^7.10.3",
"gsap": "^3.12.4",
"keen-slider": "^6.8.6",
"lenis": "^0.0.2",
"locomotive-scroll": "^4.1.4",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-animated-cursor": "^2.11.2",
"react-creative-cursor": "^1.2.7",
"react-hook-form": "^7.40.0",
"react-parallax-tilt": "^1.7.190",
"react-spring": "^9.7.3"
},
"devDependencies": {
"@types/animejs": "^3.1.12",
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"@types/react-anchor-link-smooth-scroll": "^1.0.2",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.17",
"gh-pages": "^6.1.1",
"postcss": "^8.4.33",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"description": "Build a Complete Typescript React App",
"main": "index.js",
"author": "Olexa Evtush",
"license": "ISC"
}