-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.49 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3.49 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
{
"name": "framer-ui-color-palette",
"version": "5.3.5",
"private": true,
"description": "UI Color Palette is a Framer plugin that creates, manages, and publishes consistent and accessible color palettes.",
"author": "Aurélien Grimaud",
"license": "MIT",
"repository": "https://github.com/a-ng-d/framer-ui-color-palette",
"keywords": [
"color",
"color-scheme",
"lch",
"color-system",
"ui-color",
"framer-plugin"
],
"type": "module",
"workspaces": [
"packages/ui-ui-color-palette",
"packages/ui-ui-color-palette/packages/auth-yelbolt",
"packages/ui-ui-color-palette/packages/auth-yelbolt/ui-color-palette",
"packages/ui-ui-color-palette/packages/auth-yelbolt-worker",
"packages/ui-ui-color-palette/packages/announcements-yelbolt-worker",
"packages/ui-ui-color-palette/packages/cors-yelbolt-worker"
],
"scripts": {
"init:submodules": "cd packages/ui-ui-color-palette && git submodule update --init --recursive",
"install:ext": "npm install --workspaces && npm install --workspace=packages/ui-ui-color-palette/packages/auth-yelbolt --workspaces && npm install --prefix packages/ui-ui-color-palette/packages/auth-yelbolt/ui-color-palette",
"update:ext": "git submodule update --remote --merge",
"update:unoff": "npm i @unoff/ui@latest @unoff/utils@latest",
"update:uicp": "npm i @yelbolt/engine-ui-color-palette@latest",
"start:ext": "npm run start:ext -w ui-ui-color-palette",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"pack": "npx framer-plugin-tools@latest pack",
"typecheck": "npx tsc --noEmit",
"lint": "npx eslint ./src/** --fix --ext .ts,.tsx .",
"format": "npx prettier './src' --write"
},
"devDependencies": {
"@eslint/js": "^9",
"@preact/preset-vite": "^2.10.1",
"@sentry/vite-plugin": "^3.5.0",
"@types/chroma-js": "^3.1.1",
"@types/file-saver": "^2.0.5",
"@types/mixpanel-browser": "^2.66.0",
"@types/node": "^22.14.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.8.1",
"cross-env": "^10.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"prettier": "^3.2.5",
"prettier-plugin-css-order": "^2.1.2",
"typescript": "^5.4.3",
"typescript-eslint": "^8.0.1",
"vite": "^6.2.5",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-framer": "^1",
"vite-plugin-singlefile": "^2.2.0",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"@mistralai/mistralai": "^1.10.0",
"@nanostores/preact": "^0.5.2",
"@sentry/react": "^8.8.0",
"@supabase/supabase-js": "^2.44.2",
"@tolgee/format-icu": "^6.2.7",
"@tolgee/react": "^6.2.7",
"@tolgee/web": "^6.2.7",
"@unoff/ui": "^1.25.1",
"@unoff/utils": "^0.8.2",
"@yelbolt/engine-ui-color-palette": "^1.12.1",
"chroma-js": "^3.1.2",
"color-names": "^2.0.0",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"framer-plugin": "^3.10.2",
"mixpanel-browser": "^2.66.0",
"preact": "^10.6.4",
"react-syntax-highlighter": "^15.6.1",
"uid": "^2.0.2",
"vite-plugin-mkcert": "^1"
},
"overrides": {
"prismjs": "^1.30.0"
}
}