-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
86 lines (86 loc) · 2.49 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
{
"name": "signing-managers",
"author": "Polymesh Association",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"prepare": "is-ci || husky install",
"nx": "npx nx",
"generate:signing-manager": "nx workspace-generator signing-manager",
"lint": "nx lint",
"test": "nx test",
"build": "nx build",
"run-local": "nx run-local"
},
"private": true,
"dependencies": {
"@polkadot/api": "^11.0.3",
"@polkadot/extension-dapp": "^0.47.4",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"cross-fetch": "^3.1.5",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.3",
"@angular-devkit/core": "^13.2.3",
"@angular/compiler": "13.2.3",
"@angular/compiler-cli": "^13.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@ng-easy/builders": "^5.2.0",
"@nrwl/cli": "13.8.2",
"@nrwl/devkit": "13.8.2",
"@nrwl/eslint-plugin-nx": "13.8.2",
"@nrwl/jest": "13.8.2",
"@nrwl/js": "13.8.2",
"@nrwl/linter": "13.8.2",
"@nrwl/node": "^13.8.2",
"@nrwl/tao": "13.8.2",
"@nrwl/workspace": "13.8.2",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@types/require-from-string": "^1.2.1",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-loader": "^8.2.3",
"commitiquette": "^1.2.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "27.2.3",
"lint-staged": "^12.3.4",
"node-polyfill-webpack-plugin": "^1.1.4",
"prettier": "^2.5.1",
"require-from-string": "^2.0.2",
"rxjs": "~6.6.7",
"ts-jest": "27.0.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"tsconfig-paths": "^3.12.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tslib": "^2.0.0",
"typescript": "~4.5.2",
"webpack": "^5.69.1",
"webpack-dev-server": "^4.7.4"
},
"workspaces": [
"packages/**"
],
"config": {
"commitizen": {
"path": "commitiquette"
}
}
}