-
-
Notifications
You must be signed in to change notification settings - Fork 223
/
Copy path.reliverse
82 lines (74 loc) · 2.38 KB
/
.reliverse
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
// Unstable features
"experimental": {
"projectName": "relivator",
"projectAuthor": "blefnk",
"projectDescription": "The Relivator Next.js template serves as the foundation for your eCommerce platform, helping you create efficient, engaging, and profitable online stores. Relivator enhances any eCommerce with the power of modern Next.js, React, TypeScript, Tailwind, and more.",
"projectVersion": "1.4.11",
"projectLicense": "MIT",
"projectRepository": "https://github.com/blefnk/relivator",
// Project capabilities
"features": {
"i18n": true,
"analytics": false,
"themeMode": "dark-light",
"authentication": false,
"api": false,
"database": false,
"testing": true,
"docker": false,
"ci": true,
"commands": [],
"webview": [],
"language": ["typescript"],
"themes": ["default"]
},
// Tech stack of your project
"projectFramework": "nextjs",
"projectPackageManager": "bun",
"preferredLibraries": {
"stateManagement": "zustand",
"formManagement": "react-hook-form",
"styling": "tailwind",
"uiComponents": "shadcn-ui",
"testing": "bun",
"authentication": "clerk",
"database": "drizzle",
"api": "trpc"
},
// Code style preferences
"codeStyle": {
"dontRemoveComments": true,
"shouldAddComments": true,
"typeOrInterface": "type",
"importOrRequire": "import",
"quoteMark": "double",
"semicolons": true,
"lineWidth": 80,
"indentStyle": "space",
"indentSize": 2,
"importSymbol": "~",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"tabWidth": 2
},
// Cleaner codemod will ignore these deps
"ignoreDependencies": [],
// Config revalidation (1h | 1d | 2d | 7d)
"configLastRevalidate": "2025-01-05T23:44:15.803Z",
"configRevalidateFrequency": "2d",
// Custom rules for Relivator AI
"customRules": {},
// Do you want autoYes/autoNo below?
// Set to true to activate auto-answering.
// This is to ensure there is no unexpected behavior.
"skipPromptsUseAutoBehavior": false,
// Prompts behavior (prompt | autoYes | autoNo)
"deployBehavior": "prompt",
"depsBehavior": "prompt",
"gitBehavior": "prompt",
"i18nBehavior": "prompt",
"scriptsBehavior": "prompt"
}
}