-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·66 lines (66 loc) · 1.9 KB
/
package.json
File metadata and controls
executable file
·66 lines (66 loc) · 1.9 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": "aut-landing",
"version": "0.0.1",
"private": true,
"description": "Aut",
"author": "Aut",
"scripts": {
"build": "next build",
"lint": "next lint --fix",
"start": "next"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.4.0",
"@leenguyen/react-flip-clock-countdown": "^1.7.2",
"@lottiefiles/lottie-player": "^2.0.12",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@styled-system/theme-get": "^5.1.2",
"@typeform/embed-react": "^4.6.0",
"animate.css": "^4.1.1",
"axios": "^1.12.2",
"critters": "^0.0.25",
"dateformat": "^5.0.3",
"eslint-config-next": "^15.5.7",
"framer-motion": "^12.23.24",
"gsap": "^3.13.0",
"html-entities": "^2.6.0",
"next": "^15.5.7",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
"rc-collapse": "^4.0.0",
"rc-drawer": "^7.3.0",
"rc-tooltip": "^6.4.0",
"react": "^19.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-cookie-consent": "^9.0.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.65.0",
"react-icons-kit": "^2.0.0",
"react-image": "^4.1.0",
"react-intersection-observer": "^9.16.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-perfect-scrollbar": "^1.5.8",
"react-scroll-parallax": "^3.5.0",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.31.0",
"react-stickynode": "5.0.2",
"react-use": "^17.6.0",
"sharp": "^0.34.4",
"styled-components": "^6.1.19",
"styled-system": "5.1.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "24.8.0",
"@types/react": "19.2.2",
"@types/styled-system": "^5.1.24",
"@types/styled-system__theme-get": "^5.0.4",
"autoprefixer": "^10.4.21",
"eslint": "9.37.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.0",
"tailwindcss": "^4.1.14",
"typescript": "5.9.3"
}
}