-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.41 KB
/
Copy pathpackage.json
File metadata and controls
135 lines (135 loc) · 4.41 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
{
"name": "@entelligence-ai/chat-widget",
"version": "0.0.28",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "Entelligence Chat Widget",
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Entelligence-AI/chat-popup.git"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"preinstall": "npx npm-force-resolutions",
"dev": "npm run combine-css && npm run build:css && vite --config vite.config.ts --force",
"dev:no-refresh": "npm run build:css && vite --config vite.config.ts --force --mode development",
"build": "npm run combine-css && vite --config vite.config.css.ts build && npm run build:types && vite build && vite build --mode react",
"build:types": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.json --outDir dist/types/react --declarationDir dist/types/react --declaration true --emitDeclarationOnly true --jsx react-jsx",
"combine-css": "node scripts/combine-css.js",
"build:css": "tailwindcss -i ./src/combined.css -o ./public/styles.css",
"version:update": "ts-node scripts/version-update.ts",
"prepublishOnly": "npm run build",
"publish:github": "cp npmrc.github .npmrc && npm publish --access public && rm .npmrc",
"publish:npm": "cp npmrc.npm .npmrc && npm publish --access public --registry https://registry.npmjs.org/ && rm .npmrc",
"publish:all": "npm run version:update && npm run publish:github && npm run publish:npm"
},
"dependencies": {
"@assistant-ui/react": "0.7.88",
"@assistant-ui/react-markdown": "0.7.21",
"@assistant-ui/react-syntax-highlighter": "0.7.10",
"@assistant-ui/react-ui": "0.1.7",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"debug": "^4.4.0",
"extend": "^3.0.2",
"lucide-react": "^0.475.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.4.0",
"style-to-js": "^1.1.16",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@babel/preset-react": "^7.26.3",
"@eslint/js": "^9.8.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@types/node": "^22.13.10",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.16",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"npm-force-resolutions": "^0.0.10",
"postcss": "^8.4.35",
"posthog-js": "^1.155.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "^4.5.0",
"clean-css": "^5.3.3"
},
"overrides": {
"brace-expansion": "2.0.1",
"vite": "^5.4.0",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "^4.5.0",
"clean-css": "^5.3.3"
},
"main": "./dist/vanilla/entelligence-chat.umd.js",
"module": "./dist/vanilla/entelligence-chat.es.js",
"types": "./dist/types/main-vanilla.d.ts",
"exports": {
".": {
"types": "./dist/types/main.d.ts",
"import": "./dist/vanilla/entelligence-chat.es.js",
"require": "./dist/vanilla/entelligence-chat.umd.js"
},
"./react": {
"types": "./dist/types/react/react/index.d.ts",
"import": "./dist/react/entelligence-chat-react.es.js",
"require": "./dist/react/entelligence-chat-react.umd.js"
},
"./style.css": {
"import": "./dist/react/style.css",
"require": "./dist/react/style.css"
},
"./styles.css": {
"import": "./dist/styles.css",
"require": "./dist/styles.css"
}
},
"typesVersions": {
"*": {
"react": [
"./dist/types/react/react/index.d.ts"
],
"*": [
"./dist/types/main.d.ts"
]
}
},
"pnpm": {
"overrides": {
"esbuild": "0.25.0",
"prismjs": "1.30.0",
"minimatch": "10.0.3"
}
},
"resolutions": {
"react": "18.2.0",
"@types/react": "18.2.45",
"minimatch": "10.0.3",
"@eslint/plugin-kit": "0.3.4"
}
}