-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
127 lines (127 loc) · 4.54 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "root",
"private": true,
"scripts": {
"postinstall": "node ./scripts/fix-apollo.js && ./scripts/copy-yarn-lock.sh",
"prebuild": "yarn run clean:build",
"build": "turbo run build build:types",
"//build:pkg": "# Builds only packages, useful when running starters in dev mode",
"build:pkg": "yarn run build '--filter=./packages/*'",
"publish:local": "yarn workspaces run yalc push # then, use 'yalc link <package-name>' in your project",
"link-yarn-legacy": "yarn workspaces foreach yarn link && ./scripts/link-duplicates.sh # deprecated, symlink creates issue with React, Webpack...",
"unlink-yarn-legacy": "yarn workspaces foreach yarn unlink",
"clean": "rm -Rf ./node_modules ./packages/*/node_modules ./starters/*/node_modules && yarn run clean:build",
"clean:build": "rm -Rf ./packages/*/dist",
"test": "jest",
"typecheck": "tsc --noEmit",
"coverage": "jest --coverage",
"storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook",
"//depcheck-yarn": "# FXIME: doesn't work as intented # Don't forget to install workspace-tools plugin: yarn plugin import workspace-tools",
"depcheck-yarn": "yarn workspaces foreach -A -v run depcheck --ignore-patterns=dist --ignores='@storybook/*,webpack-merge,@testing-library/*,operation-name-mock-link' || echo 'Did you install workspace-tools? Command: yarn plugin import workspace-tools'",
"depcheck": "lerna exec --no-bail --stream -- depcheck --ignore-patterns='dist,tsup.config.ts' --ignores='@storybook/*,webpack-merge,@testing-library/*,operation-name-mock-link,tsup'",
"typedoc": "typedoc",
"publish": "lerna publish",
"publish:remix": "node ./scripts/push-remix.mjs",
"start:doc": "yarn workspace @vulcanjs/docusaurus run start",
"build:doc": "yarn workspace @vulcanjs/docusaurus run build",
"serve:doc": "yarn workspace @vulcanjs/docusaurus run serve"
},
"devDependencies": {
"@apollo/client": "^3.6.2",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@lerna-lite/cli": "^1.1.1",
"@lerna-lite/exec": "^1.1.1",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.126",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.14",
"@types/node": "^13.7.6",
"@types/react": "^17",
"auto-changelog": "^2.2.1",
"babel-jest": "28",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.3",
"babel-plugin-transform-define": "^2.0.0",
"cross-fetch": "^3.1.4",
"depcheck": "^1.4.1",
"esbuild": "^0.14.10",
"jest": "28",
"jest-environment-jsdom": "^28.0.2",
"mock-apollo-client": "^1.1.0",
"mongoose": ">= 6",
"operation-name-mock-link": "^0.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"resolve-typescript-plugin": "^1.2.0",
"tsup": "^6.0.1",
"turbo": "^1.1.5",
"typescript": "4.6",
"webpack": "5",
"webpack-cli": "^3.3.11",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^2.5.2",
"yalc": "^1.0.0-pre.53"
},
"optionalDependencies": {
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-docs": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@storybook/testing-react": "^1.3.0",
"apollo-server": "3.9",
"apollo-server-express": "3.9",
"cors": "^2.8.5",
"express": "^4.17.1",
"graphql-tools": "^8.2.0",
"mongodb-memory-server": "^8.9.1",
"msw": "^0.35.0",
"msw-storybook-addon": "^1.6.3",
"serve": "^14.0.1",
"typedoc": "^0.21.4",
"zx": "^6.0.7"
},
"publishConfig": {
"access": "public"
},
"workspaces": {
"packages": [
"packages/*",
"starters/*",
"docusaurus"
],
"nohoist": [
"@remix-run",
"remix",
"@storybook",
"@storybook/addon-docs",
"**/@storybook",
"**/@storybook/**"
],
"entrypoints": [
"starters/remix",
"starters/next",
"starters/express"
]
},
"msw": {
"workerDirectory": "./storybook/public"
},
"packageManager": "[email protected]",
"resolutions": {
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.16",
"@storybook/{app}/webpack": "^5",
"graphql": "^15.6.2"
}
}