-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.77 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
{
"name": "masterspace",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "vite preview",
"sanity:dev": "sanity dev",
"sanity:deploy": "sanity deploy",
"sanity:migrate": "node scripts/migrate-to-sanity.mjs"
},
"dependencies": {
"@sanity/client": "^7.17.0",
"@sanity/icons": "^3.7.4",
"@sanity/image-url": "^2.0.3",
"@sanity/orderable-document-list": "^1.5.1",
"@sanity/ui": "^3.1.13",
"@sanity/vision": "^5.16.0",
"@tailwindcss/vite": "^4.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.35.0",
"i18next": "^25.8.14",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^0.577.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.5.4",
"sanity": "^5.16.0",
"sanity-plugin-icon-picker": "^4.0.0",
"styled-components": "^6.3.11",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"yet-another-react-lightbox": "^3.29.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0"
}
}