-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 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
{
"name": "pixelation",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://harshitshukla.me/pixelation",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^3.3.0",
"@emotion/react": "^11.14.0",
"@types/react-slick": "^0.23.13",
"framer-motion": "^12.0.6",
"lucide-react": "^0.471.0",
"next-themes": "^0.4.4",
"pdfjs-dist": "^4.10.38",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-fast-marquee": "^1.6.5",
"react-helmet": "^6.1.0",
"react-icons": "^5.4.0",
"react-pdf": "^9.2.1",
"react-router-dom": "^7.1.1",
"react-slick": "^0.30.3",
"rollup-plugin-visualizer": "^5.14.0",
"slick-carousel": "^1.8.1",
"swiper": "^11.2.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-sitemap": "^0.7.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"terser": "^5.38.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vite-tsconfig-paths": "^5.1.4"
}
}