This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
61 lines (61 loc) · 1.69 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@neynar/react",
"version": "0.9.6",
"description": "Farcaster frontend component library powered by Neynar",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.es.js",
"types": "dist/index.d.ts",
"author": "Neynar",
"license": "MIT",
"scripts": {
"build": "tsc && vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:storybook/recommended"
]
},
"peerDependencies": {
"@pigment-css/react": "^0.0.9",
"hls.js": "^1.5.13",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@chromatic-com/storybook": "^1.3.3",
"@pigment-css/react": "^0.0.9",
"@pigment-css/vite-plugin": "^0.0.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/addon-themes": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"eslint-plugin-storybook": "^0.8.0",
"hls.js": "^1.5.13",
"storybook": "^8.2.9",
"swr": "^2.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0",
"vite-tsconfig-paths": "^4.3.2"
},
"dependencies": {
"storybook-source-link": "^4.0.1"
}
}