-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "escript-online",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"deploy": "npm run build && npx gh-pages -d build -t true",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@types/pako": "^2.0.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
},
"type": "module",
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.3",
"@blockly/theme-dark": "^7.0.1",
"@fleet-sdk/common": "^0.2.3",
"@fleet-sdk/compiler": "^0.2.3",
"@fleet-sdk/core": "^0.2.3",
"@octokit/rest": "^20.1.1",
"@sveltejs/adapter-static": "^2.0.3",
"blockly": "^11.1.0",
"buffer": "^6.0.3",
"ergo-lib-wasm-browser": "^0.26.0",
"firebase": "^10.12.2",
"highlight.js": "^11.9.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"jwt-decode": "^4.0.0",
"monaco-editor": "^0.44.0",
"pako": "^2.1.0",
"query-string": "^8.1.0",
"svelte-french-toast": "^1.2.0",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"y-monaco": "^0.1.4",
"y-webrtc": "^10.2.5",
"yjs": "^13.6.8"
}
}