-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.55 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.55 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
{
"name": "@filigran/commons",
"description": "Filigran commons packages",
"author": "Filigran",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/FiligranHQ/filigran-ui.git"
},
"private": true,
"type": "module",
"scripts": {
"build": "yarn workspaces foreach --all -t run build",
"build:filigran-chatbot": "yarn workspace @filigran/chatbot run build",
"build:filigran-email": "yarn workspace @filigran/email run build",
"build:filigran-icon": "yarn workspace @filigran/icon run build",
"build:filigran-ui": "yarn workspace @filigran/ui run build",
"build:filigran-website": "yarn workspace @filigran/website run build",
"dev": "yarn workspace @filigran/website run dev",
"publish:filigran-chatbot": "yarn build:filigran-chatbot && yarn workspace @filigran/chatbot publish --provenance --access public",
"publish:filigran-icon": "yarn build:filigran-icon && yarn workspace @filigran/icon publish --provenance --access public",
"publish:filigran-ui": "yarn build:filigran-icon && yarn build:filigran-ui && yarn workspace @filigran/ui publish --provenance --access public"
},
"workspaces": [
"packages/*",
"projects/*"
],
"packageManager": "yarn@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7",
"engines": {
"node": ">= 20.0.0"
},
"resolutions": {
"minimatch": "10.2.5",
"postcss-svgo": "7.1.1",
"serialize-javascript": "7.0.5",
"svgo": "4.0.1"
}
}