-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1011 Bytes
/
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
{
"name": "gasp-dev-kit",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"type": "module",
"devDependencies": {
"@goestav/nx-semantic-release": "1.0.0",
"@nx/eslint-plugin": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/vite": "16.9.1",
"@polkadot/typegen": "^11.1.1",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.85",
"@types/big.js": "6.1.6",
"@types/node": "18.7.1",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"nx": "16.9.1",
"prettier": "2.6.2",
"tsup": "^7.2.0",
"type-fest": "3.6.1",
"typedoc": "^0.25.2",
"typescript": "~5.1.3",
"typescript-transform-paths": "^3.4.6",
"uuid": "9.0.0",
"vite": "~4.3.9",
"vitest": "~0.32.0"
},
"workspaces": [
"packages/*"
]
}