-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.31 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.31 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
{
"name": "cyclo-site",
"version": "0.0.1",
"private": true,
"scripts": {
"nix-dev": "nix develop --extra-experimental-features nix-command --extra-experimental-features flakes",
"codegen": "wagmi generate",
"graphql-codegen": "graphql-codegen",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"format": "prettier --write src",
"lint": "eslint --fix src",
"lint-check": "eslint src",
"format-check": "prettier --list-different src",
"svelte-lint-format-check": "npm run check && npm run lint-check && npm run format-check"
},
"type": "module",
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/kit": "2.8.0",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/typography": "0.5.15",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/svelte": "5.1.0",
"@types/eslint": "8.56.7",
"@wagmi/cli": "2.1.8",
"autoprefixer": "10.4.19",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.36.0",
"flowbite": "2.3.0",
"flowbite-svelte": "0.46.1",
"flowbite-svelte-icons": "1.6.1",
"globals": "15.0.0",
"i": "0.3.7",
"jsdom": "24.1.0",
"mdsvex": "0.11.0",
"postcss": "8.4.38",
"prettier": "3.1.1",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-tailwindcss": "0.5.14",
"remark-math": "3.0.0",
"svelte": "4.2.7",
"svelte-check": "3.6.0",
"tailwindcss": "3.4.3",
"tslib": "2.4.1",
"typescript": "5.0.4",
"typescript-eslint": "8.0.0-alpha.20",
"vite": "5.4.10",
"vitest": "1.6.0",
"vitest-mock-extended": "1.3.1"
},
"dependencies": {
"@graphql-codegen/typescript-document-nodes": "^4.0.12",
"@rainlanguage/orderbook": "^0.0.1-alpha.11",
"@sveltejs/adapter-static": "3.0.6",
"@testing-library/user-event": "14.5.2",
"@wagmi/connectors": "5.3.5",
"@wagmi/core": "2.14.3",
"axios": "1.7.7",
"ethers": "6.13.0",
"lodash-es": "4.17.21",
"rehype-katex-svelte": "1.2.0",
"sushi": "file:sushi-3.0.0.tgz",
"svelte-wagmi": "1.0.7",
"truncate-eth-address": "1.0.2"
}
}