forked from sevenwestmedia-labs/pulumi-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.59 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
{
"name": "wanews",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build-tsc": "tsc -b",
"package": "nx run-many --all --target=package ",
"build": "nx run-many --all --target=build ",
"test": "nx run-many --all --target=test ",
"lint": "nx workspace-lint && nx run-many --all --target=lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"preinstall": "npx only-allow pnpm"
},
"private": true,
"devDependencies": {
"@aws-sdk/client-s3": "^3.72.0",
"@babel/core": "7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "7.16.7",
"@changesets/cli": "^2.22.0",
"@nrwl/cli": "13.10.2",
"@nrwl/devkit": "13.10.2",
"@nrwl/eslint-plugin-nx": "13.10.2",
"@nrwl/jest": "13.10.2",
"@nrwl/linter": "13.10.2",
"@nrwl/workspace": "13.10.2",
"@pulumi/aws": "^5.1.3",
"@pulumi/pagerduty": "^3.4.0",
"@pulumi/pulumi": "^3.29.1",
"@pulumi/random": "^4.4.2",
"@types/debug": "^4.1.7",
"@types/jest": "27.4.1",
"@types/mime": "^2.0.3",
"@types/node": "17.0.24",
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "~5.19.0",
"@typescript-eslint/parser": "~5.19.0",
"@wanews/nx-pulumi": "^0.20.0",
"@wanews/nx-typescript-project-references": "^0.20.1",
"aws-sdk": "^2.1116.0",
"cuid": "^2.1.8",
"debug": "^4.3.4",
"dotenv": "16.0.0",
"esbuild": "^0.14.36",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"jest": "27.5.1",
"node-fetch": "^2.6.7",
"nx": "13.10.2",
"prettier": "2.6.2",
"tmp-promise": "^3.0.3",
"ts-jest": "27.1.4",
"ts-node": "~10.7.0",
"tsconfig-paths": "^3.14.1",
"tslib": "^2.3.1",
"tsup": "^5.12.5",
"typescript": "4.6.3"
}
}