-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 2.21 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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"postinstall": "husky install",
"bootstrap": "lerna run prepublish",
"bootstrap:docker": "lerna run prepublish --concurrency 1",
"pre-commit": "lerna run --since master --concurrency 1 pre-commit",
"lint": "lerna run lint --parallel",
"reinstall": "yarn clean && rm -rf node_modules && yarn && yarn bs",
"clean": "lerna clean --yes",
"bs": "yarn bootstrap",
"release": "lerna exec --concurrency 1 -- npx --no-install semantic-release -e ../../.releaserc -e semantic-release-monorepo"
},
"resolutions": {
"nexus/graphql": "15.4.0",
"parse-server/graphql": "15.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"@types/react": "17.0.2",
"shelljs": "0.8.4",
"@emotion/react": "11.4.1"
},
"devDependencies": {
"@commitlint/cli": "12.0.0",
"@commitlint/config-conventional": "12.0.0",
"@graphql-codegen/cli": "1.20.1",
"@graphql-codegen/typescript": "1.21.0",
"@graphql-codegen/typescript-graphql-request": "3.0.2",
"@graphql-codegen/typescript-operations": "1.17.14",
"@graphql-codegen/typescript-react-apollo": "2.2.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/github": "7.2.0",
"@semantic-release/release-notes-generator": "9.0.1",
"@swc-node/jest": "1.4.2",
"@types/faker": "5.5.8",
"@types/get-port": "4.2.0",
"@types/jest": "27.4.0",
"@types/node": "14.14.28",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"babel-jest": "27.0.5",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "7.2.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.22.0",
"faker": "5.5.3",
"get-graphql-schema": "2.1.2",
"get-port": "5.1.1",
"husky": "5.0.9",
"lerna": "3.22.1",
"prettier": "2.2.1",
"semantic-release": "17.3.9",
"semantic-release-monorepo": "7.0.4",
"tcp-port-used": "1.0.2"
},
"name": "parse-next-mono-starter"
}