forked from LightDotSo/LightDotSo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
183 lines (183 loc) · 7.4 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "lightdotso",
"version": "0.1.4",
"private": true,
"homepage": "https://github.com/LightDotSo/LightDotSo",
"bugs": {
"url": "https://github.com/LightDotSo/LightDotSo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/LightDotSo/LightDotSo.git"
},
"license": "AGPL-3.0-or-later",
"author": "Light, Inc.",
"scripts": {
"build:test": "concurrently \"pnpm:*:compile\"",
"build:turbo": "dotenv -- turbo run build",
"cargo:fmt:cmd": "make cargo-fmt",
"changeset": "changeset",
"changeset:publish": "changeset publish",
"changeset:status": "changeset status --verbose --since origin/main",
"changeset:version": "changeset version && pnpm install --lockfile-only && pnpm run fix",
"clippy:cmd": "cargo clippy --workspace -- -D warnings --no-deps -D clippy::expect_used -D clippy::unwrap_used",
"depcheck:lint": "pnpm -r exec depcheck .",
"deploy:checkly": "checkly deploy",
"deploy:graph:hosted": "pnpm run deploy:graph:hosted --filter @lightdotso/subgraph",
"dev:prisma": "make docker-compose-up",
"dev:prisma:studio": "pnpm run studio:dev --filter @lightdotso/prisma",
"e2e:app:dev": "PLAYWRIGHT_TEST_BASE_URL=http://localhost:3001 playwright test --project=@lightdotso/app",
"e2e:auth:dev": "PLAYWRIGHT_TEST_BASE_URL=http://localhost:3000 playwright test --project=@lightdotso/auth",
"eslint:cmd": "eslint --config .eslintrc.js --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint",
"eslint:fix": "eslint --config .eslintrc.js --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint . --fix",
"eslint:lint": "eslint --config .eslintrc.js --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"fix": "concurrently \"pnpm:*:fix\"",
"forge:fmt:cmd": "forge fmt",
"forge:snapshot": "make contracts-snapshot",
"forge:snapshot:cmd": "make contracts-snapshot && echo",
"hardhat:compile:coverage": "hardhat compile-for-coverage",
"hardhat:docgen": "hardhat docgen",
"license:cmd": "license-check-and-add -f .license-check-and-add-config.json",
"license:fix": "license-check-and-add -f .license-check-and-add-config.json add",
"license:lint": "license-check-and-add -f .license-check-and-add-config.json check",
"lint": "concurrently \"pnpm:*:lint\"",
"lint:turbo": "dotenv -- turbo run lint",
"ncu:check": "ncu--packageFile '{apps,configurations,packages}/**/package.json'",
"ncu:monorepo": "ncu --packageFile '{apps,configurations,packages}/**/package.json' -u",
"ncu:root": "ncu --packageFile package.json -u",
"ncu:upgrade": "pnpm run ncu:root && pnpm run ncu:monorepo",
"npm-package-json:lint": "npmPkgJsonLint ./apps ./android ./configuations ./contracts ./crates ./ios ./packages ./pods",
"oxlint:cmd": "oxlint",
"oxlint:fix": "oxlint --fix",
"oxlint:lint": "oxlint",
"pnpm:upgrade": "pnpm update --latest --recursive \"!solc\"",
"prepare": "husky install",
"prettier:cmd": "prettier",
"prettier:fix": "prettier --write .",
"prettier:lint": "prettier --check .",
"prisma": "make prisma",
"prisma:turbo": "dotenv -- turbo run prisma",
"ruff:fmt:cmd": "make ruff-fmt",
"ruff:lint:cmd": "make ruff-lint",
"solhint:cmd": "solhint \"contracts/**/*.sol\" --noPrompt",
"solhint:fix": "solhint \"contracts/**/*.sol\" --noPrompt --fix",
"solhint:lint": "solhint \"contracts/**/*.sol\" --noPrompt",
"sort-package-json:fix": "sort-package-json",
"taplo:cmd": "taplo format *.toml crates/**/Cargo.toml fly/**/fly.toml",
"taplo:fix": "taplo format *.toml crates/**/Cargo.toml fly/**/fly.toml",
"taplo:lint": "taplo lint *.toml crates/**/Cargo.toml fly/**/fly.toml",
"test": "vitest",
"test:compile": "dotenv -- turbo run build --filter=contracts --filter=solutions --filter=schemas --filter=client",
"test:coverage": "vitest --coverage",
"test:typecheck": "vitest typecheck",
"test:ui": "vitest dev --ui",
"tsc": "tsc --noEmit",
"tsc:lint": "pnpm run tsc:turbo",
"tsc:turbo": "dotenv -- turbo run tsc",
"wagmi:generate": "wagmi generate"
},
"dependencies": {
"next": "14.0.4",
"solc": "0.8.18"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/config-conventional": "^18.4.4",
"@evmts/config": "^0.10.0",
"@evmts/core": "^0.11.2",
"@evmts/ts-plugin": "^0.11.2",
"@evmts/vite-plugin": "^0.11.2",
"@evmts/webpack-plugin": "^0.11.2",
"@lightdotso/eslint-config": "workspace:*",
"@lightdotso/prettier": "workspace:*",
"@lightdotso/solutions": "workspace:*",
"@lightdotso/tailwindcss": "workspace:*",
"@lightdotso/tsconfig": "workspace:*",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^5.0.1",
"@playwright/test": "^1.41.0",
"@swc/core": "^1.3.103",
"@taplo/cli": "^0.5.2",
"@thunderclient/cli": "^1.11.2",
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.4",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@viem/anvil": "^0.0.7",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/ui": "^1.2.0",
"@wagmi/cli": "^2.0.4",
"abitype": "^0.10.3",
"autoprefixer": "^10.4.16",
"chai": "^5.0.0",
"checkly": "^4.5.2",
"clean-package": "^2.2.0",
"commitlint": "^18.4.4",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.3",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.12.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.14.0",
"execa": "^8.0.1",
"git-cz": "^4.9.0",
"hardhat": "^2.19.4",
"husky": "^8.0.3",
"inngest-cli": "^0.23.1",
"license-check-and-add": "^4.0.5",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.14.12",
"npm-package-json-lint": "^7.1.0",
"npm-package-json-lint-config-default": "^6.0.0",
"oxlint": "^0.2.1",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"solhint": "^4.1.1",
"solidity-docgen": "^0.6.0-beta.36",
"sort-package-json": "^2.6.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vercel": "^33.1.0",
"viem": "^2.1.1",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.0",
"vitest-solidity-coverage": "^0.1.5"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"next": "$next"
}
}
}