-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.85 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.85 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
{
"name": "@streali/ui",
"version": "1.1.10",
"description": "UI library component for Streali.com",
"type": "module",
"files": [
"dist"
],
"main": "dist/streali-ui.es.js",
"module": "dist/streali-ui.es.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-only": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"format": "prettier --write ./**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc",
"local-publish": "npm run build-only && yalc push",
"push": "npm run build-only && npm publish"
},
"dependencies": {
"@hello-pangea/dnd": "^16.2.0",
"@inertiajs/react": "^1.0.11",
"@monaco-editor/react": "^4.5.1",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-portal": "^1.0.2",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@streali/ui": "file:.yalc/@streali/ui",
"@uiw/color-convert": "^1.2.1",
"@uiw/react-color": "^1.2.1",
"@uiw/react-color-editable-input": "^1.2.1",
"@uiw/react-color-editable-input-hsla": "^1.2.1",
"@uiw/react-color-editable-input-rgba": "^1.2.1",
"emmet-monaco-es": "^5.3.0",
"framer-motion": "^10.12.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-mentions": "^4.4.9",
"react-resizable-panels": "^0.0.54",
"react-router-dom": "^6.10.0",
"react-select": "^5.7.2",
"remixicon": "^3.1.1",
"sass": "^1.62.0",
"swiper": "^11.0.5",
"vite-plugin-dts": "^3.5.2"
},
"devDependencies": {
"@semantic-release/git": "~10.0.1",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-mdx-gfm": "^7.4.5",
"@storybook/blocks": "^7.4.5",
"@storybook/manager-api": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@storybook/theming": "^7.4.5",
"@types/react": "^18.0.28",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.11",
"@types/react-mentions": "^4.1.8",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss": "^8.4.21",
"prop-types": "^15.8.1",
"semantic-release": "^21.0.7",
"storybook": "^7.4.5",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Streali/ui.streali.com"
}
}