forked from PipeleFS/PipeleUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 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
{
"name": "pipele",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
"test": "playwright test",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@playwright/test": "^1.22.2",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-netlify": "^1.0.0-next.70",
"@sveltejs/adapter-static": "^1.0.0-next.38",
"@sveltejs/kit": "1.0.0-next.405",
"@types/cookie": "^0.5.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"rollup-plugin-polyfill-node": "^0.10.2",
"svelte": "^3.46.0",
"svelte-check": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.0"
},
"dependencies": {
"@fleekhq/fleek-storage-js": "^1.0.22",
"@tableland/sdk": "^2.0.2",
"axios": "^0.27.2",
"cookie": "^0.5.0",
"ethers": "^5.6.9",
"graphql": "^16.5.0",
"lit-js-sdk": "https://github.com/michaelvogt/lit-js-sdk.git",
"svelte-boring-avatars": "^1.2.2",
"uuid": "^8.3.2"
}
}