-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 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
{
"name": "shadcn-ui-monorepo",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "npx papi && turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"create-app": "npx create-papi-app",
"extract-storage-metadata": "tsx packages/core/scripts/extract-storage-metadata-simple.ts",
"constants": "tsx packages/core/scripts/extract-all-constants.ts"
},
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"polkadot-api": "^1.14.1",
"prettier": "^3.5.1",
"ts-morph": "^27.0.0",
"tsx": "^4.20.5",
"turbo": "^2.4.2",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
},
"dependencies": {
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/metadata-builders": "^0.12.2",
"@polkadot-api/smoldot": "^0.3.10",
"@polkadot-api/substrate-bindings": "^0.14.0",
"@polkadot/api": "^16.4.6",
"@polkadot/keyring": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"smoldot": "^2.0.36"
}
}