-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.89 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
{
"name": "pulumi",
"private": true,
"version": "0.0.0",
"description": "Collection of Pulumi resources we have built",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn tsc -b",
"test": "PULUMI_TEST_MODE=true PULUMI_NODEJS_STACK=test PULUMI_NODEJS_PROJECT=test yarn jest --passWithNoTests",
"lint": "eslint --ext .js,.ts .",
"verify": "yarn build && yarn test && yarn lint",
"changeset": "changeset",
"release": "yarn verify && changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sevenwestmedia-labs/pulumi.git"
},
"keywords": [
"React",
"Hooks"
],
"author": "Seven West Media WA",
"license": "MIT",
"bugs": {
"url": "https://github.com/sevenwestmedia-labs/pulumi/issues"
},
"homepage": "https://github.com/sevenwestmedia-labs/pulumi#readme",
"dependencies": {
"@changesets/cli": "^2.4.0",
"@pulumi/aws": "^1.11.0",
"@pulumi/awsx": "^0.18.13",
"@pulumi/pulumi": "^1.5.2",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.7",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"aws-sdk": "^2.573.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-wanews-base": "^2.0.2",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"promise-completion-source": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"ts-jest": "^24.1.0",
"tslib": "^1.10.0",
"typescript": "^3.7.2"
}
}