-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1004 Bytes
/
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
{
"name": "starter",
"version": "0.0.0",
"private": true,
"type": "module",
"description": "Starter Template to try out Marigold",
"repository": {
"type": "git",
"url": "git+https://github.com/marigold-ui/starter.git"
},
"license": "MIT",
"homepage": "https://github.com/marigold-ui/starter#readme",
"packageManager": "pnpm@8.15.9",
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"process": "0.11.10",
"tailwindcss": "^3.4.3",
"typescript": "5.7.2",
"vite": "5.4.11"
},
"dependencies": {
"@marigold/components": "10.0.0",
"@marigold/icons": "^1.2.44",
"@marigold/system": "10.0.0",
"@marigold/theme-b2b": "28.0.0",
"@marigold/theme-core": "27.0.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}