forked from sparrowapp-dev/sparrow-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
161 lines (161 loc) · 6.49 KB
/
package.json
File metadata and controls
161 lines (161 loc) · 6.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "sparrow-app",
"private": true,
"author": "Sparrow",
"description": "The Sparrow App is your next go to API development buddy which can help you test, debug, distribute better APIs while collaborating with your colleagues and making you a better programmer.",
"version": "2.35.0",
"type": "module",
"workspaces": [
"./apps/@sparrow-web",
"./apps/@sparrow-desktop",
"./apps/@sparrow-storybook",
"./packages/@sparrow-library",
"./packages/@sparrow-common",
"./packages/@sparrow-teams",
"./packages/@sparrow-workspaces",
"./packages/@sparrow-support",
"./packages/@sparrow-marketplace"
],
"scripts": {
"desktop-start": "yarn workspace @sparrow/desktop tauri dev",
"desktop-build": "yarn workspace @sparrow/desktop tauri build --debug",
"desktop-build-intel-mac": "yarn workspace @sparrow/desktop tauri build --target x86_64-apple-darwin --debug",
"web-start": "yarn workspace @sparrow/web dev",
"web-build": "yarn workspace @sparrow/web build",
"docker:up": "docker compose --env-file .env.docker-setup build --no-cache && docker compose --env-file .env.docker-setup up -d --force-recreate",
"docker:down": "docker compose --env-file .env.docker-setup down -v",
"docker:up:mongo": "docker compose build mongo --no-cache && docker compose up mongo -d",
"docker:up:api": "docker compose build sparrow-api --no-cache && docker compose up sparrow-api -d",
"docker:up:auth": "docker compose build sparrow-auth --no-cache && docker compose up sparrow-auth -d",
"docker:up:proxy": "docker compose build sparrow-proxy --no-cache && docker compose up sparrow-proxy -d",
"docker:up:admin": "docker compose build sparrow-admin --no-cache && docker compose up sparrow-admin -d",
"docker:up:web": "docker compose build sparrow-web --no-cache && docker compose up sparrow-web -d",
"storybook-start": "yarn workspace @sparrow/storybook storybook",
"storybook-build": "yarn workspace @sparrow/storybook build-storybook",
"desktop-lint": "yarn workspace @sparrow/desktop lint",
"desktop-pretty": "yarn workspace @sparrow/desktop pretty",
"web-lint": "yarn workspace @sparrow/web lint",
"web-pretty": "yarn workspace @sparrow/web pretty",
"storybook-lint": "yarn workspace @sparrow/storybook lint",
"storybook-pretty": "yarn workspace @sparrow/storybook pretty",
"library-lint": "yarn workspace @sparrow/library lint",
"library-pretty": "yarn workspace @sparrow/library pretty",
"teams-lint": "yarn workspace @sparrow/teams lint",
"teams-pretty": "yarn workspace @sparrow/teams pretty",
"workspaces-lint": "yarn workspace @sparrow/workspaces lint",
"workspaces-pretty": "yarn workspace @sparrow/workspaces pretty",
"support-lint": "yarn workspace @sparrow/support lint",
"support-pretty": "yarn workspace @sparrow/support pretty",
"common-lint": "yarn workspace @sparrow/common lint",
"common-pretty": "yarn workspace @sparrow/common pretty",
"marketplace-lint": "yarn workspace @sparrow/marketplace lint",
"marketplace-pretty": "yarn workspace @sparrow/marketplace pretty",
"postinstall": "husky install"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.7",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-python": "6.0.4",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/language": "^6.10.0",
"@codemirror/legacy-modes": "^6.5.1",
"@codemirror/lint": "^6.8.4",
"@codemirror/merge": "^6.10.0",
"@codemirror/state": "^6.4.0",
"@editorjs/code": "^2.9.0",
"@editorjs/editorjs": "^2.30.4",
"@editorjs/header": "^2.8.7",
"@editorjs/inline-code": "^1.5.1",
"@editorjs/list": "^1.10.0",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/underline": "^1.1.0",
"@lezer/highlight": "^1.2.0",
"@microsoft/applicationinsights-web": "^3.3.1",
"@sentry/svelte": "^9.14.0",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@tauri-apps/api": "2.7.0",
"@tauri-apps/cli": "2.7.1",
"@tauri-apps/plugin-deep-link": "2.4.1",
"@tauri-apps/plugin-dialog": "2.3.2",
"@tauri-apps/plugin-fs": "2.4.1",
"@tauri-apps/plugin-os": "2.3.0",
"@tauri-apps/plugin-process": "2.3.0",
"@tauri-apps/plugin-shell": "2.3.0",
"@tauri-apps/plugin-updater": "2.9.0",
"@xyflow/svelte": "^0.1.17",
"axios": "^1.5.1",
"body-scroll-lock": "^4.0.0-beta.0",
"bootstrap": "^5.3.1",
"btoa": "^1.2.1",
"codemirror": "^6.0.1",
"codemirror-json-schema": "^0.6.1",
"codemirror-json5": "^1.0.3",
"curlconverter": "^4.12.0",
"editorjs-parser": "^1.5.3",
"fast-xml-parser": "^4.5.0",
"font-awesome": "^4.7.0",
"graphql": "^16.9.0",
"highlight.js": "^11.10.0",
"js-beautify": "^1.15.1",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"jsoneditor": "^9.10.3",
"jsonpath-plus": "^10.3.0",
"marked": "^13.0.2",
"mixpanel-browser": "^2.48.1",
"monaco-editor": "^0.44.0",
"papaparse": "^5.5.3",
"path": "^0.12.7",
"posthog-js": "1.236.7",
"rxdb": "^14.17.1",
"rxjs": "^7.8.1",
"socket.io-client": "^4.7.5",
"svelte-agnostic-draggable": "^0.2.0",
"svelte-file-dropzone": "^2.0.2",
"svelte-inview": "^4.0.2",
"svelte-jsoneditor": "^0.18.9",
"svelte-motion": "^0.11.5",
"svelte-navigator": "^3.2.2",
"svelte-split-pane": "^0.1.2",
"svelte-splitpanes": "^8.0.9",
"svelte-toasts": "^1.1.2",
"svelte-virtual-list": "^3.0.1",
"svelte-virtual-scroll-list": "^1.3.0",
"uuid": "^9.0.1",
"xmldom": "^0.6.0",
"xpath": "^0.0.34",
"yup": "^1.2.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
"@types/js-beautify": "^1.14.3",
"@types/mixpanel-browser": "^2.49.0",
"@types/papaparse": "^5.5.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.54.0",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"prettier": "3.0.2",
"prettier-plugin-svelte": "^3.3.2",
"sass": "^1.72.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"svelte-eslint-parser": "^0.43.0",
"svelte-loading-spinners": "^0.3.4",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^4.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/sparrowapp-dev/sparrow-app.git"
}
}