-
Notifications
You must be signed in to change notification settings - Fork 235
/
Copy pathpackage.json
129 lines (129 loc) · 4.25 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
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
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"clean": "rm -rf ./dist ./lib ./target && pnpm vite:clean",
"build": "vite build",
"build:check": "vue-tsc --noEmit",
"build:clean": "pnpm run clean && npm run build",
"build:watch": "pnpm run clean && tsc --watch",
"build:pedantically": "pnpm run build:check && npm run build",
"watch": "pnpm run build:watch",
"lint": "eslint src --ext .ts,.js,.cjs,.vue",
"lint:fix": "pnpm run lint --fix",
"lint:strict": "npm run lint --max-warnings=0",
"lint:summary": "pnpm run lint --format summary-chart",
"fmt": "pnpm run lint:fix",
"fmt:check": "pnpm run lint",
"check": "pnpm run lint:strict && npm run build:check",
"dev": "pnpm run start",
"start": "vite",
"serve": "vite preview --port 8080",
"test": "echo 'Sorry, no tests yet!'",
"vite:clean": "rm -rf ./node_modules/.vite",
"cypress:run": "cypress run",
"cypress:open": "cypress open"
},
"dependencies": {
"@codemirror/autocomplete": "^6.4.2",
"@codemirror/commands": "^6.1.2",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/language": "^6.3.1",
"@codemirror/legacy-modes": "^6.3.1",
"@codemirror/lint": "^6.1.0",
"@codemirror/search": "^6.3.0",
"@codemirror/state": "^6.1.4",
"@codemirror/view": "^6.7.1",
"@headlessui/vue": "^1.7.10",
"@honeycombio/opentelemetry-web": "^0.3.0",
"@lezer/highlight": "^1.1.3",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/auto-instrumentations-web": "^0.39.0",
"@opentelemetry/instrumentation-document-load": "^0.38.0",
"@opentelemetry/instrumentation-long-task": "^0.38.0",
"@opentelemetry/instrumentation-user-interaction": "^0.38.0",
"@replit/codemirror-vim": "^6.0.11",
"@si/ts-lib": "workspace:*",
"@si/vue-lib": "workspace:*",
"@tanstack/vue-table": "^8.20.5",
"@types/async": "^3.2.15",
"@typescript/vfs": "^1.4.0",
"@vueuse/head": "^1.1.15",
"async": "^3.2.4",
"axios": "^1.7.7",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"cm6-theme-basic-light": "^0.2.0",
"cm6-theme-gruvbox-dark": "^0.2.0",
"codemirror": "^6.0.1",
"date-fns": "^2.29.2",
"floating-vue": "^2.0.0-beta.20",
"fontfaceobserver": "^2.3.0",
"graphology": "^0.25.4",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-layout-noverlap": "^0.4.2",
"is-promise": "^4.0.0",
"javascript-time-ago": "^2.5.7",
"joi": "^17.11.0",
"js-base64": "^3.7.5",
"js-beautify": "^1.14.9",
"js-confetti": "^0.11.0",
"js-md5": "^0.8.3",
"jwt-decode": "^3.1.2",
"konva": "^8.3.13",
"less": "^4.1.3",
"libsodium-wrappers": "^0.7.13",
"local-storage-fallback": "^4.1.3",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"pinia": "^2.2.4",
"plur": "^5.1.0",
"posthog-js": "^1.155.0",
"reconnecting-websocket": "^4.4.0",
"sigma": "3.0.0-beta.5",
"tinycolor2": "^1.4.2",
"typescript": "^4.9.5",
"ulid": "^2.3.0",
"util-browser": "^0.0.2",
"validator": "^13.7.0",
"vanilla-picker": "^2.12.1",
"vue": "^3.5.12",
"vue-konva": "^3.0.1",
"vue-router": "^4.4.5",
"vue-safe-teleport": "^0.1.2",
"vue-toastification": "2.0.0-rc.5",
"y-indexeddb": "^9.0.12",
"y-websocket": "^1.5.0",
"yjs": "^13.6.8",
"yjs-codemirror-plugin": "workspace:*"
},
"devDependencies": {
"@iconify/json": "^2.2.166",
"@si/eslint-config": "workspace:*",
"@si/tsconfig": "workspace:*",
"@types/codemirror": "^5.60.5",
"@types/fontfaceobserver": "^2.1.0",
"@types/javascript-time-ago": "^2.0.3",
"@types/js-beautify": "^1.14.1",
"@types/libsodium-wrappers": "^0.7.11",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.59",
"@types/tinycolor2": "^1.4.3",
"@types/validator": "^13.7.2",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-vue": "^5.1.4",
"cypress": "^13.8.1",
"cypress-vite": "^1.5.0",
"eslint": "^8.57.1",
"graphology-types": "^0.24.7",
"unplugin-icons": "^0.17.4",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.6.4",
"vite-svg-loader": "^3.4.0",
"vue-tsc": "^1.8.27"
}
}