-
Notifications
You must be signed in to change notification settings - Fork 458
/
Copy pathpackage.json
125 lines (125 loc) · 4.33 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
{
"name": "fuels-wallet",
"private": true,
"version": "0.11.0",
"database": "11",
"scripts": {
"build:all": "run-p build:web build:crx build:storybook",
"build:web": "./scripts/build.sh --app=vite",
"build:crx": "./scripts/build.sh --app=crx",
"build:storybook": "./scripts/build.sh --app=storybook",
"dev": "vite",
"dev:crx": "vite --config vite.crx.config.ts",
"dev:storybook": "storybook dev -p 6006",
"preview": "vite preview",
"test": "jest --verbose",
"test:ci": "pnpm ts:check && pnpm test",
"test:watch": "jest --watch",
"ts:check": "pnpm xstate:typegen && tsc --noEmit",
"xstate:typegen": "xstate typegen 'src/**/*.ts?(x)'",
"codegen": "graphql-codegen --config codegen.ts",
"fix-codegen": "./scripts/fix-codegen.sh"
},
"dependencies": {
"@fontsource/source-code-pro": "^5.0.2",
"@fuel-ts/wallet-manager": "0.44.2",
"@fuel-ui/config": "0.16.1",
"@fuel-ui/css": "0.16.1",
"@fuel-ui/react": "0.16.1",
"@fuel-ui/test-utils": "0.16.1",
"@fuel-wallet/sdk": "workspace:*",
"@fuel-wallet/storage": "workspace:../storage",
"@fuel-wallet/types": "workspace:*",
"@fuel-wallet/xstore": "workspace:../store",
"@hookform/resolvers": "^3.1.0",
"@react-aria/utils": "^3.17.0",
"@sentry/browser": "^7.56.0",
"@storybook/addon-viewport": "^7.0.18",
"@storybook/jest": "^0.1.0",
"@xstate/react": "^3.2.2",
"asset-list": "workspace:../asset-list",
"cross-fetch": "^3.1.6",
"dayjs": "^1.11.7",
"dexie": "^3.2.4",
"dexie-observable": "4.0.1-beta.13",
"dexie-react-hooks": "^1.1.4",
"events": "^3.3.0",
"fake-indexeddb": "^4.0.1",
"framer-motion": "^10.12.16",
"fuels": "0.44.2",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"graphql-tag": "^2.12.6",
"json-rpc-2.0": "^1.6.0",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.44.2",
"react-json-view": "^1.21.3",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.11.2",
"tai64": "^1.0.0",
"vite-plugin-markdown": "^2.1.0",
"xstate": "^4.37.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/named-operations-object": "^2.3.1",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@playwright/test": "^1.34.3",
"@storybook/addon-a11y": "^7.0.18",
"@storybook/addon-actions": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-jest": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-storysource": "^7.0.18",
"@storybook/addons": "^7.0.18",
"@storybook/api": "^7.0.18",
"@storybook/components": "^7.0.18",
"@storybook/core-events": "^7.0.18",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/react-webpack5": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@storybook/theming": "^7.0.18",
"@types/chrome": "^0.0.237",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.2.7",
"@types/react-custom-scroll": "^4.3.2",
"@types/react-dom": "^18.2.4",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-helmet": "^6.1.6",
"@types/testing-library__jest-dom": "^5.14.6",
"@vitejs/plugin-react": "^4.0.0",
"@xstate/inspect": "^0.8.0",
"get-graphql-schema": "^2.1.2",
"msw": "^1.2.1",
"msw-storybook-addon": "^1.8.0",
"storybook": "^7.0.18",
"storybook-addon-react-router-v6": "^1.0.1",
"storybook-dark-mode": "^3.0.0",
"ts-jest-mock-import-meta": "^1.0.0",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^5.0.4",
"util": "^0.12.5",
"vite": "^4.3.9",
"vite-plugin-clean": "^1.0.0",
"vite-plugin-static-copy": "^0.15.0",
"vite-plugin-zip-pack": "^1.0.5",
"vite-tsconfig-paths": "^4.2.0"
},
"msw": {
"workerDirectory": "public"
}
}