-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 4.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
{
"name": "@skyekiwi/dev",
"version": "0.4.7",
"type": "module",
"description": "A collection of shared CI scripts and development environment used by @skyekiwi projects",
"bin": {
"skyekiwi-ci-ghact-build": "./scripts/skyekiwi-ci-ghact-build.cjs",
"skyekiwi-ci-ghact-docs": "./scripts/skyekiwi-ci-ghact-docs.cjs",
"skyekiwi-ci-ghpages-force": "./scripts/skyekiwi-ci-ghpages-force.cjs",
"skyekiwi-dev-build-docs": "./scripts/skyekiwi-dev-build-docs.cjs",
"skyekiwi-dev-build-ts": "./scripts/skyekiwi-dev-build-ts.cjs",
"skyekiwi-dev-circular": "./scripts/skyekiwi-dev-circular.cjs",
"skyekiwi-dev-clean-build": "./scripts/skyekiwi-dev-clean-build.cjs",
"skyekiwi-dev-copy-to": "./scripts/skyekiwi-dev-copy-to.cjs",
"skyekiwi-dev-run-lint": "./scripts/skyekiwi-dev-run-lint.cjs",
"skyekiwi-dev-run-prettier": "./scripts/skyekiwi-dev-run-prettier.cjs",
"skyekiwi-dev-run-test": "./scripts/skyekiwi-dev-run-test.cjs",
"skyekiwi-dev-version": "./scripts/skyekiwi-dev-version.cjs",
"skyekiwi-dev-yarn-only": "./scripts/skyekiwi-dev-yarn-only.cjs",
"skyekiwi-exec-eslint": "./scripts/skyekiwi-exec-eslint.cjs",
"skyekiwi-exec-ghpages": "./scripts/skyekiwi-exec-ghpages.cjs",
"skyekiwi-exec-ghrelease": "./scripts/skyekiwi-exec-ghrelease.cjs",
"skyekiwi-exec-prettier": "./scripts/skyekiwi-exec-prettier.cjs",
"skyekiwi-exec-rollup": "./scripts/skyekiwi-exec-rollup.cjs",
"skyekiwi-exec-tsc": "./scripts/skyekiwi-exec-tsc.cjs",
"skyekiwi-exec-webpack": "./scripts/skyekiwi-exec-webpack.cjs"
},
"author": "SkyeKiwi <hello@skye.kiwi>",
"license": "Apache-2.0",
"maintainers": [],
"contributors": [],
"engines": {},
"repository": {
"type": "git",
"url": "https://github.com//skyekiwi/skyekiwi-protocol.git "
},
"dependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@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-regenerator": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.14.5",
"@babel/runtime": "^7.14.8",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^19.0.2",
"@rollup/plugin-inject": "^4.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rushstack/eslint-patch": "^1.0.6",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@vue/component-compiler-utils": "^3.2.2",
"babel-jest": "^27.0.6",
"babel-plugin-module-extension-resolver": "^1.0.0-rc.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.13.2",
"browserslist": "^4.16.7",
"chalk": "^4.1.2",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-node": "^0.3.5",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"fs-extra": "^10.0.0",
"gh-pages": "^3.2.3",
"gh-release": "^6.0.0",
"glob": "^7.1.7",
"glob2base": "^0.0.12",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"jest-config": "^27.0.6",
"jest-haste-map": "^27.0.6",
"jest-resolve": "^27.0.6",
"madge": "^4.0.2",
"minimatch": "^3.0.4",
"mkdirp": "^1.0.4",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"rollup": "^2.56.2",
"typescript": "^4.3.5",
"yargs": "^17.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"@types/yargs": "^17.0.2",
"react": "^17.0.2"
}
}