-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.15 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
128
129
130
131
132
{
"name": "core",
"description": "Setup your pipelines as code",
"version": "0.0.45",
"license": "MIT",
"scripts": {
"start": "nx run node-example:build && node dist/apps/node-example/main.cjs",
"deploy": "yarn nx run deploy:build && node dist/apps/deploy/main.cjs patch",
"build": "nx run-many --target build --exclude deploy,node-example",
"release": "nx run-many --target publish --exclude deploy,node-example",
"github:release": "gh release create",
"test": "nx test",
"graph": "yarn nx graph",
"lint": "nx run-many --target=lint --parallel 3",
"generate:index": "yarn vscode-generate-index-standalone libs/**/src",
"generate:step": "npx nx g @nrwl/node:library --tags step --publishable --strict --name ",
"generate:lib": "npx nx g @nrwl/node:library --buildable --strict --name ",
"reset": "nx reset",
"postinstall": "yarn patch-package"
},
"private": true,
"dependencies": {
"@sinclair/typebox": "0.25.3",
"@types/react": "18.0.25",
"axios": "0.24.0",
"chalk": "4.1.2",
"cors": "~2.8.5",
"date-fns": "2.29.3",
"express": "~4.18.2",
"fp-ts": "^2.13.1",
"fs-jetpack": "^5.1.0",
"gradle-to-js": "^2.0.1",
"ink": "3.2.0",
"inquirer": "9.1.4",
"isbot": "^3.6.5",
"lodash": "4.17.21",
"log-update": "5.0.1",
"mobx": "6.7.0",
"mobx-react-lite": "^3.4.0",
"mobx-request": "0.2.4",
"mobx-utils": "6.0.5",
"mock-stdin": "^1.0.0",
"ora": "6.1.2",
"qs": "6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"semver": "^7.3.8",
"terminal-kit": "2.11.5",
"ts-functional-pipe": "^3.1.2",
"tslib": "^2.3.0"
},
"devDependencies": {
"commander": "10.0.0",
"@babel/preset-env": "7.14.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.18.6",
"@lamantin/fastpush": "0.0.78",
"@nrwl/cli": "15.6.2",
"@nrwl/cypress": "15.6.2",
"@nrwl/esbuild": "15.6.2",
"@nrwl/eslint-plugin-nx": "15.6.2",
"@nrwl/jest": "15.6.2",
"@nrwl/js": "15.6.2",
"@nrwl/linter": "15.6.2",
"@nrwl/node": "15.6.2",
"@nrwl/react": "15.6.2",
"@nrwl/vite": "15.6.2",
"@nrwl/web": "15.6.2",
"@nrwl/workspace": "15.6.2",
"@react-native-community/eslint-config": "3.2.0",
"@testing-library/react": "13.4.0",
"@types/chalk": "2.2.0",
"@types/cors": "~2.8.12",
"@types/express": "4.17.14",
"@types/inquirer": "9.0.3",
"@types/jest": "28.1.1",
"@types/lodash": "^4.14.191",
"@types/node": "18.11.9",
"@types/ora": "3.2.0",
"@types/react-dom": "18.0.9",
"@types/semver": "^7.3.13",
"@types/shelljs": "0.8.11",
"@types/terminal-kit": "2.5.1",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "~0.25.8",
"@vitest/ui": "^0.25.8",
"ansi-styles": "6.2.1",
"axios-logger": "2.6.2",
"babel-jest": "28.1.1",
"cypress": "^12.2.0",
"esbuild": "0.15.7",
"eslint": "8.31.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-i18n": "2.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-jest-dom": "4.0.3",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-mobx": "0.0.9",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "5.9.1",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "28.1.1",
"jest-circus": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jsdom": "~20.0.3",
"nx": "15.6.2",
"patch-package": "6.5.1",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.2",
"react-test-renderer": "18.2.0",
"shelljs": "0.8.5",
"ts-jest": "28.0.5",
"ts-morph": "17.0.1",
"ts-node": "10.9.1",
"tsd": "0.25.0",
"tsx": "3.12.2",
"type-fest": "3.5.1",
"typescript": "4.9.4",
"vite": "^4.0.1",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.25.8",
"vscode-generate-index-standalone": "1.7.1"
}
}