-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 4.57 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 4.57 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@open-web3/dev-config",
"version": "0.2.9",
"type": "commonjs",
"description": "A collection of shared CI scripts and development environment used by @polkadot projects",
"bin": {
"polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.cjs",
"polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.cjs",
"polkadot-ci-ghpages-force": "./scripts/polkadot-ci-ghpages-force.cjs",
"polkadot-dev-build-docs": "./scripts/polkadot-dev-build-docs.cjs",
"polkadot-dev-build-ts": "./scripts/polkadot-dev-build-ts.cjs",
"polkadot-dev-circular": "./scripts/polkadot-dev-circular.cjs",
"polkadot-dev-clean-build": "./scripts/polkadot-dev-clean-build.cjs",
"polkadot-dev-copy-to": "./scripts/polkadot-dev-copy-to.cjs",
"polkadot-dev-run-lint": "./scripts/polkadot-dev-run-lint.cjs",
"polkadot-dev-run-prettier": "./scripts/polkadot-dev-run-prettier.cjs",
"polkadot-dev-run-test": "./scripts/polkadot-dev-run-test.cjs",
"polkadot-dev-version": "./scripts/polkadot-dev-version.cjs",
"polkadot-dev-yarn-only": "./scripts/polkadot-dev-yarn-only.cjs",
"polkadot-exec-eslint": "./scripts/polkadot-exec-eslint.cjs",
"polkadot-exec-ghpages": "./scripts/polkadot-exec-ghpages.cjs",
"polkadot-exec-ghrelease": "./scripts/polkadot-exec-ghrelease.cjs",
"polkadot-exec-prettier": "./scripts/polkadot-exec-prettier.cjs",
"polkadot-exec-tsc": "./scripts/polkadot-exec-tsc.cjs",
"polkadot-exec-typedoc": "./scripts/polkadot-exec-typedoc.cjs",
"polkadot-exec-vuepress": "./scripts/polkadot-exec-vuepress.cjs",
"polkadot-exec-webpack": "./scripts/polkadot-exec-webpack.cjs"
},
"keywords": [
"Polkadot"
],
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"license": "Apache-2.0",
"engines": {},
"repository": "github:open-web3-stack/dev-config",
"bugs": "https://github.com/open-web3-stack/dev-config/issues",
"homepage": "https://github.com/open-web3-stack/dev-config#readme",
"dependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-proposal-pipeline-operator": "^7.17.6",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.8",
"@rushstack/eslint-patch": "^1.1.1",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"@vue/component-compiler-utils": "^3.3.0",
"babel-jest": "^27.5.1",
"babel-plugin-module-extension-resolver": "^1.0.0-rc.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^2.0.6",
"browserslist": "^4.20.2",
"chalk": "^5.0.1",
"coveralls": "^3.1.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"fs-extra": "^10.0.1",
"gh-pages": "^3.2.3",
"gh-release": "^6.0.3",
"glob": "^7.2.0",
"glob2base": "^0.0.12",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"jest-config": "^27.5.1",
"jest-haste-map": "^27.5.1",
"jest-resolve": "^27.5.1",
"madge": "^5.0.1",
"minimatch": "^5.0.1",
"mkdirp": "^1.0.4",
"prettier": "^2.6.1",
"rimraf": "^3.0.2",
"typedoc": "^0.22.13",
"typedoc-plugin-markdown": "^3.11.14",
"typedoc-plugin-no-inherit": "^1.3.1",
"typescript": "^4.6.3",
"yargs": "^17.4.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/yargs": "^17.0.10",
"react": "^17.0.2"
}
}