-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "nx-azure-functions-integration",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx build azure-functions",
"lint": "nx lint azure-functions"
},
"private": true,
"devDependencies": {
"@nrwl/cli": "14.6.4",
"@nrwl/devkit": "14.6.4",
"@nrwl/eslint-plugin-nx": "14.6.4",
"@nrwl/jest": "14.6.4",
"@nrwl/js": "14.6.4",
"@nrwl/linter": "14.6.4",
"@nrwl/nx-plugin": "^14.6.4",
"@nrwl/workspace": "14.6.4",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "~5.33.1",
"@typescript-eslint/parser": "~5.33.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "14.6.4",
"prettier": "^2.6.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.2",
"typescript": "~4.7.2"
},
"dependencies": {
"@swc/helpers": "~0.4.11",
"esbuild-azure-functions": "^1.3.0",
"tslib": "^2.3.0"
}
}