-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
67 lines (67 loc) · 1.88 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
{
"name": "voucherify-js-sdk",
"private": true,
"engineStrict": true,
"engines": {
"node": "^14.15 || ^16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voucherifyio/voucherify-js-sdk.git"
},
"bugs": {
"url": "https://github.com/voucherifyio/voucherify-js-sdk/issues",
"email": "[email protected]"
},
"workspaces": [
"packages/*"
],
"scripts": {
"lerna": "lerna",
"start": "lerna run start --stream --parallel",
"docs": "lerna run docs --stream --parallel",
"build": "lerna run build",
"lint": "lerna run lint",
"lint:ts": "lerna run lint:ts",
"lint:eslint": "lerna run lint:eslint",
"lint:eslint:fix": "lerna run lint:eslint:fix",
"prepublish": "lerna run prepublish",
"changeset": "changeset",
"changeset:code": "EDITOR=\"code --wait \" changeset",
"changeset:empty": "changeset --empty",
"changeset:status": "changeset status",
"pkg:version": "changeset version",
"pkg:release": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "0.2.7",
"@changesets/cli": "2.16.0",
"@rollup/plugin-replace": "2.3.4",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/parser": "4.11.1",
"eslint": "7.16.0",
"eslint-config-prettier": "7.1.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"lerna": "6.1.0",
"prettier": "2.2.1",
"rollup-plugin-copy": "^3.3.0",
"source-map-support": "0.5.19",
"tsdx": "0.14.1",
"typedoc": "0.21.10",
"typescript": "4.1.3"
},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "4.11.1",
"**/@typescript-eslint/parser": "4.11.1",
"**/jest": "26.6.3",
"**/ts-jest": "26.4.4",
"**/typescript": "4.1.3"
},
"dependencies": {}
}