-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.97 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.97 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
{
"name": "landing-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "set INLINE_RUNTIME_CHUNK=false && vite --host",
"npx": "npx",
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "npx husky install",
"deploy": "ts-node --esm ./scripts/deploy.ts"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@uidotdev/usehooks": "^2.4.1",
"emailjs-com": "^3.2.0",
"framer-motion": "^10.15.1",
"magic-snowflakes": "^6.3.0",
"popmotion": "^11.0.5",
"react": "^18.2.14",
"react-calendly": "^4.3.1",
"react-dom": "^18.2.6",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.54.2",
"react-icons": "^4.11.0",
"react-router-dom": "^6.22.1",
"react-tweet": "^3.2.1",
"sdd": "^0.0.5",
"swiper": "^10.1.0"
},
"devDependencies": {
"@ar.io/sdk": "^1.0.8",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@irys/sdk": "^0.0.4",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"lint-staged": "^13.2.2",
"postcss": "^8.4.27",
"prettier": "2.8.4",
"sass": "^1.77.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.0"
}
}