-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 5.05 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 5.05 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "oeri",
"version": "1.7.5",
"private": true,
"license": "MIT",
"description": "The Best Choice for Development Application based on React",
"author": "Ilham Khoeri <khoeriilham@gmail.com> (http://ilkhoeri.vercel.app/)",
"homepage": "https://github.com/ilkhoeri/",
"repository": {
"type": "git",
"url": "https://github.com/ilkhoeri/oeri.git"
},
"bugs": {
"url": "https://github.com/ilkhoeri/oeri/issues"
},
"funding": [
{
"type": "sponsors",
"url": "https://github.com/sponsors/ilkhoeri"
},
{
"type": "opencollective",
"url": "https://opencollective.com/oeri"
},
{
"type": "individual",
"url": "https://saweria.co/ilkhoeri"
}
],
"scripts": {
"prettier:fix": "prettier --write ./* --ignore-unknown --no-error-on-unmatched-pattern",
"prettier:check": "prettier --check ./* --no-error-on-unmatched-pattern",
"prettier:format": "bun prettier:fix && bun prettier:check",
"vercel": "vercel dev --listen 5005",
"dev": "next dev",
"prepare:withicon": "bun run generated:metadocs && bun run generated:icons && bun run prettier:format",
"prepare": "bun run generated:docsdemo && bun run exported:icons && bun run prettier:format",
"build": "bun run build:content && next build",
"build:content": "contentlayer2 build",
"start": "next start",
"generated:filesdocs": "bun run ./scripts/generated-files-docs.ts",
"generated:metadocs": "bun run ./scripts/generated-meta-docs.ts",
"generated:docsdemo": "bun run generated:generated-files-demos && bun run generated:metadocs",
"generated:generated-type-demos": "bun run ./scripts/generated-type-demos.ts",
"generated:generated-files-demos": "bun run ./scripts/generated-files-demos.ts",
"generated:icons": "bun run exported:icons && bun run raw:icons",
"exported:icons": "bun run ./scripts/generated-export.ts",
"raw:icons": "bun run ./scripts/generated-icons.ts",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "run preview && next start",
"typecheck": "build && tsc --noEmit",
"format": "run format:check",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"check": "lint typecheck format:check",
"test": "run test --force"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-table": "^8.17.3",
"@vercel/analytics": "^1.4.1",
"contentlayer2": "^0.5.3",
"dompurify": "^3.2.1",
"embla-carousel": "^8.3.1",
"embla-carousel-auto-scroll": "^8.3.1",
"embla-carousel-autoplay": "^8.3.1",
"embla-carousel-react": "^8.3.1",
"framer-motion": "^11.11.13",
"fs-extra": "11.1.1",
"next": "15.0.3",
"next-contentlayer2": "^0.5.3",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.3",
"node-fetch": "^3.3.2",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"sonner": "^2.0.3",
"unified": "^11.0.4",
"xuxi": "^1.0.0"
},
"devDependencies": {
"@rehype-pretty/transformers": "^0.13.2",
"@shikijs/compat": "^1.23.1",
"@svgr/webpack": "^8.1.0",
"@types/dompurify": "3.0.5",
"@types/fs-extra": "^11.0.4",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20.11.27",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "^6.8.0",
"autoprefixer": "^10.4.19",
"chalk": "^5.3.0",
"eslint": "^8.41.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "3.13.1",
"gray-matter": "^4.0.3",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"unist-builder": "3.0.0",
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"esbuild": "^0.17.3"
},
"prettier": {
"tabWidth": 2,
"printWidth": 320,
"semi": true,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"trailingComma": "none"
}
}