-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1020 Bytes
/
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
{
"name": "@eosnetwork/web-ide-ui",
"author": "eosnetworkfoundation",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^18.15.11",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tailwindcss": "^3.3.1",
"tslib": "^2.5.0",
"tw-colors": "^1.2.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"dependencies": {
"@wharfkit/session": "^1.2.1",
"@wharfkit/transact-plugin-resource-provider": "^1.1.0",
"@wharfkit/wallet-plugin-anchor": "^1.1.0",
"@wharfkit/web-renderer": "^1.1.1",
"debounce": "^1.2.1",
"firebase": "^10.8.0",
"flowbite-svelte": "^0.34.7",
"monaco-editor": "^0.37.0",
"uuidv4": "^6.2.13"
}
}