-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.33 KB
/
package.json
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
{
"name": "use-stick-to-bottom",
"description": "A lightweight React Hook intended mainly for AI chat applications, for smoothly sticking to bottom of messages",
"private": false,
"version": "1.0.42",
"type": "module",
"files": [
"dist"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"dev": "vite",
"build": "rm -rf dist > /dev/null 2>&1; tsc -b",
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/stackblitz/use-stick-to-bottom.git"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@iconify-json/ph": "^1.2.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"globals": "^15.9.0",
"lorem-ipsum": "^2.0.8",
"postcss": "^8.4.45",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.2.1"
},
"author": "Sam Denty <[email protected]> (http://samdenty.com/)"
}