-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.63 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
{
"name": "@isimplifyme/ui",
"version": "1.2.0",
"description": "React/Next.js UI library for iSimplifyMe properties — design system, article layouts, SEO helpers, bot middleware, and the iSM Concierge widget.",
"homepage": "https://isimplifyme.com",
"type": "module",
"exports": {
".": "./src/index.ts",
"./theme": "./src/theme/index.ts",
"./theme/animations": "./src/theme/animations.ts",
"./theme/colors": "./src/theme/colors.ts",
"./theme/typography.css": "./src/theme/typography.css",
"./bento": "./src/bento-grid.tsx",
"./footer": "./src/control-panel-footer.tsx",
"./article": "./src/article-layout.tsx",
"./nav": "./src/site-nav.tsx",
"./smooth-scroll": "./src/smooth-scroll.tsx",
"./custom-cursor": "./src/custom-cursor.tsx",
"./noise-overlay": "./src/noise-overlay.tsx",
"./section-reveal": "./src/section-reveal.tsx",
"./seo": "./src/seo.tsx",
"./article-toc": "./src/article-toc.tsx",
"./image-lightbox": "./src/image-lightbox.tsx",
"./related-articles": "./src/related-articles.tsx",
"./bot-middleware": "./src/bot-middleware.ts",
"./concierge": "./src/concierge.tsx"
},
"files": [
"src"
],
"peerDependencies": {
"react": "^19",
"react-dom": "^19",
"framer-motion": "^12",
"next": "^16.2.5"
},
"devDependencies": {
"react": "^19",
"react-dom": "^19",
"framer-motion": "^12",
"next": "^16",
"typescript": "^6",
"@types/react": "^19"
},
"repository": {
"type": "git",
"url": "https://github.com/iSimplifyMe/isimplifyme-ui.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}