-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.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
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
{
"bugs": {
"url": "https://github.com/seek-oss/wingman/issues"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@graphql-tools/schema": "^10.0.0",
"@types/autosuggest-highlight": "^3.2.3",
"@types/uuid": "^10.0.0",
"autosuggest-highlight": "^3.2.0",
"pigeon-maps": "^0.22.0",
"react-fast-compare": "^3.2.0",
"react-hook-form": "^7.0.0",
"runtypes": "^7.0.0",
"use-debounce": "^10.0.0",
"uuid": "^11.0.0"
},
"devDependencies": {
"@faker-js/faker": "9.4.0",
"@storybook/addon-essentials": "8.5.3",
"@storybook/addon-webpack5-compiler-babel": "3.0.5",
"@storybook/react": "8.5.3",
"@storybook/react-webpack5": "8.5.3",
"@testing-library/react": "16.2.0",
"@types/content-disposition": "0.5.8",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vanilla-extract/css": "1.17.1",
"@vanilla-extract/css-utils": "0.1.4",
"braid-design-system": "33.6.0",
"clsx": "2.1.1",
"content-disposition": "0.5.4",
"date-fns": "4.1.0",
"graphql-tag": "2.12.6",
"path-browserify": "1.0.1",
"query-string": "7.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",
"scoobie": "19.1.0",
"storybook": "8.5.3",
"use-query-params": "2.2.1",
"webpack-merge": "6.0.1"
},
"files": [
"lib"
],
"homepage": "https://github.com/seek-oss/wingman#readme",
"license": "MIT",
"main": "lib/index.ts",
"name": "wingman-fe",
"peerDependencies": {
"braid-design-system": ">= 32.17.0",
"graphql": ">= 15 < 17",
"react": ">= 17 < 19",
"scoobie": ">= 14"
},
"publishConfig": {
"provenance": true
},
"repository": {
"directory": "fe",
"type": "git",
"url": "git+https://github.com/seek-oss/wingman.git"
},
"scripts": {
"build": "sku build",
"build-storybook": "storybook build --output-dir dist-storybook",
"format": "sku format",
"lint": "sku lint",
"serve": "sku serve",
"start": "sku start",
"start-storybook": "storybook dev",
"test": "sku test",
"test:ci": "sku test --coverage"
},
"version": "10.2.1"
}