-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.27 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.27 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "rainlanguage-packages",
"author": "Rain Open Source Software Ltd",
"license": "LicenseRef-DCL-1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/rainlanguage/rain.orderbook.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/rainlanguage/rain.orderbook/issues"
},
"homepage": "https://github.com/rainlanguage/rain.orderbook#readme",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "npm run build --workspaces",
"build:orderbook": "npm run build -w @rainlanguage/orderbook",
"build:ui": "npm run build -w @rainlanguage/ui-components && npm run build -w @rainlanguage/webapp",
"dev": "npm run dev --workspaces",
"test": "npm run test --workspaces",
"lint:all": "npm run lint --workspaces --if-present",
"format:all": "npm run format --workspaces --if-present",
"check:all": "npm run check --workspaces --if-present",
"lint-format-check:all": "npm run lint:all && npm run format:all && npm run check:all"
},
"devDependencies": {
"@square/svelte-store": "1.0.18",
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/adapter-static": "3.0.6",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tailwindcss/typography": "0.5.16",
"@tanstack/svelte-query": "5.59.20",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/svelte": "5.2.4",
"@testing-library/user-event": "14.5.2",
"@types/eslint": "9.6.1",
"@types/lodash": "4.17.13",
"@types/node": "18.19.64",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/expect": "1.6.0",
"autoprefixer": "10.4.20",
"dayjs": "1.11.13",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-svelte": "2.46.0",
"globals": "15.12.0",
"jsdom": "24.1.3",
"lodash": "4.17.21",
"mockttp": "3.15.4",
"postcss": "8.5.2",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.8",
"prettier-plugin-tailwindcss": "0.6.8",
"publint": "0.2.12",
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"tailwind-merge": "2.5.4",
"tailwindcss": "3.4.17",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0",
"viem": "2.24.3",
"vite": "5.4.11",
"vitest": "2.1.5"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@fast-check/vitest": "0.2.0",
"@rainlanguage/orderbook": "workspace:*",
"@rainlanguage/sqlite-web": "^0.0.2",
"@rainlanguage/ui-components": "workspace:*",
"@reown/appkit": "1.6.4",
"@reown/appkit-adapter-wagmi": "1.6.4",
"@sveltejs/kit": "2.8.1",
"@sveltejs/package": "2.3.7",
"@wagmi/core": "2.16.3",
"flowbite": "2.5.2",
"flowbite-svelte": "0.44.24",
"flowbite-svelte-icons": "0.4.5",
"svelte-markdown": "0.4.1",
"truncate-eth-address": "1.0.2",
"ts-pattern": "5.7.0",
"wagmi": "2.14.7"
}
}