-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 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
{
"name": "macher-ui",
"version": "1.0.0",
"main": "dist/macher-ui.umd.js",
"module": "dist/macher-ui.es.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"flowefy.",
"macher-ui",
"react",
"ui",
"library",
"framework",
"css",
"JavaScript",
"js"
],
"author": "CGWebDev (Colin Grahm)",
"license": "SEE LICENSE IN LICENSE",
"description": "Macher UI is a responsive, component-based UI framework developed by flowefy – specifically for modern web projects with a focus on aesthetics, performance and flexibility.",
"homepage": "https://flowefy.de/macher-ui",
"repository": "https://github.com/flowefy/macher-ui.git",
"dependencies": {
"@griffel/react": "^1.5.30",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@griffel/babel-preset": "^1.6.7",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.0.0"
}
}