-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 5.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
{
"private": true,
"workspaces": [
"app/content",
"app/matt-fyi",
"app/store",
"lib/component",
"lib/helper",
"lib/life",
"cypress"
],
"scripts": {
"build:matt-fyi": "start-server-and-test 'yarn workspace store build && yarn workspace store start --seed \"../../data/store.json\"' http-get://localhost:4000 'yarn workspace content build && yarn workspace content start && yarn workspace matt-fyi build'",
"cypress:open": "TZ=UTC cypress open",
"cypress:run": "TZ=UTC cypress run",
"develop:matt-fyi": "start-server-and-test 'yarn workspace store build:dev && yarn workspace store start:dev --seed \"../../data/store.json\"' http-get://localhost:4000 'yarn workspace content build && yarn workspace content start && yarn workspace matt-fyi develop'",
"develop:store": "yarn workspace store build:dev && yarn workspace store start:dev --seed \"../../data/store.json\"",
"lint": "yarn lint:types && yarn lint:eslint",
"lint:eslint": "yarn workspaces run lint:eslint",
"lint:types": "yarn workspaces run lint:types",
"prepare": "husky install",
"storybook": "yarn storybook:build && yarn storybook:start",
"storybook:build": "build-storybook",
"storybook:start": "start-storybook -p 6006",
"test:unit": "jest",
"test:e2e": "start-server-and-test 'yarn workspace store build && yarn workspace store start --seed \"../../data/store.json\"' http-get://localhost:4000 'yarn workspace matt-fyi build && yarn workspace matt-fyi serve' 8000 'yarn cypress:run'",
"test:e2e:dev": "start-server-and-test 'yarn workspace store build:dev && yarn workspace store start:dev --seed \"../../data/store.json\"' http-get://localhost:4000 'yarn workspace matt-fyi develop' 8000 'yarn cypress:run'",
"test:visreg": "build-storybook --quiet && loki --requireReference --reactUri file:./storybook-static",
"test:visreg:update": "build-storybook --quiet && loki update --requireReference --reactUri file:./storybook-static"
},
"resolutions": {
"graphql": "15.5.1",
"webpack": "5.42.0"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/eslint-parser": "7.16.5",
"@babel/plugin-proposal-decorators": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "7.14.7",
"@babel/preset-react": "7.16.5",
"@babel/preset-typescript": "7.14.5",
"@graphql-codegen/cli": "1.21.7",
"@graphql-codegen/introspection": "1.18.2",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-codegen/typescript-document-nodes": "1.17.16",
"@graphql-codegen/typescript-resolvers": "1.20.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/builder-webpack5": "6.4.13",
"@storybook/manager-webpack5": "6.4.13",
"@storybook/react": "^6.4.9",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "26.0.23",
"@types/jsonfile": "^6.0.1",
"@types/mdx-js__react": "^1.5.4",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@types/styled-components": "5.1.18",
"@types/yargs": "17.0.8",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"apollo": "^2.33.4",
"apollo-server": "3.0.2",
"babel-jest": "27.0.5",
"babel-loader": "^8.2.3",
"babel-plugin-html-attributes-to-jsx": "^1.6.22",
"babel-plugin-pluck-imports": "^0.0.1",
"babel-plugin-remove-export-keywords": "^1.6.22",
"babel-plugin-remove-graphql-queries": "4.5.2",
"class-validator": "0.13.1",
"clean-webpack-plugin": "4.0.0-alpha.0",
"cross-env": "7.0.3",
"cypress": "^9.3.1",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "25.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"graphql": "15.5.1",
"graphql-scalars": "1.10.0",
"grommet": "2.20.0",
"grommet-icons": "4.7.0",
"husky": "6.0.0",
"i18next": "21.6.0",
"jest": "27.4.7",
"jest-diff": "27.5.1",
"jest-mock-extended": "2.0.4",
"jest-transform-graphql": "2.1.0",
"jsonfile": "^6.1.0",
"lint-staged": "11.0.0",
"loki": "0.28.1",
"prettier": "2.5.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-i18next": "11.15.0",
"react-test-renderer": "17.0.1",
"start-server-and-test": "1.12.6",
"styled-components": "5.3.3",
"tsconfig-paths-webpack-plugin": "3.5.1",
"typescript": "4.5.5",
"webpack": "5.42.0",
"webpack-cli": "4.7.2",
"webpack-merge": "5.8.0",
"webpack-node-externals": "3.0.0",
"yargs": "17.3.1",
"zod": "3.11.6"
},
"loki": {
"configurations": {
"chrome.laptop": {
"target": "chrome.docker",
"width": 1366,
"height": 768,
"deviceScaleFactor": 1,
"mobile": false
},
"chrome.iphone7": {
"target": "chrome.docker",
"preset": "iPhone 7"
}
}
}
}