-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.33 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
{
"name": "monorepo",
"description": "An assortment of miscellaneous libraries - Saves me time on rewriting build tooling",
"workspaces": [
"packages/*/javascript/*"
],
"type": "commonjs",
"private": true,
"npmClient": "yarn",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/the-monorepo/monorepo.git"
},
"keywords": [
"typescript"
],
"husky": {
"hooks": {}
},
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-transform-strict-mode": "^7.23.3",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
"@byexample/cli": "workspace:^",
"@byexample/openapi": "workspace:^",
"@byexample/storybook-knobified": "workspace:^",
"@byexample/types": "workspace:^",
"@monorepo/buildplan": "workspace:^",
"@monorepo/config": "workspace:^",
"@pipelines/core": "workspace:^",
"@pshaw/eslint-config-core": "workspace:^",
"@pshaw/eslint-config-preset": "workspace:^",
"@pshaw/monorepo-config": "workspace:^",
"@pshaw/my-resume": "workspace:^",
"@pshaw/page-breaker-chrome": "workspace:^",
"@pshaw/webpack": "workspace:^",
"@storybook/addon-actions": "^6.0.16",
"@storybook/addon-knobs": "^6.0.16",
"@storybook/core": "^6.0.16",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@yarnpkg/sdks": "^3.0.0-rc.48",
"babel-plugin-istanbul": "^6.1.1",
"cinder": "workspace:^",
"core-js": "^3.22.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"expect": "^27.5.1",
"flamebearer": "^1.1.3",
"genetic-sequencing-analysis-app": "workspace:^",
"globby": "^11.1.0",
"husky": "^4.2.5",
"micromatch": "^4.0.5",
"mocha": "^9.2.2",
"node-import-map-generator": "workspace:^",
"prettier": "^2.6.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rewiremock": "^3.14.3",
"stylelint": "^14.7.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}