forked from stellar/freighter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 5.15 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 5.15 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"license": "Apache-2.0",
"private": true,
"name": "freighter",
"engines": {
"node": ">=22.0.0"
},
"workspaces": [
"@shared/api",
"@shared/constants",
"@shared/helpers",
"docs",
"extension",
"@stellar/freighter-api"
],
"scripts": {
"setup": "yarn install && yarn allow-scripts",
"build": "run-p --print-label build:freighter-api build:docs build:extension",
"build:netlify": "cd docs && yarn && yarn build",
"build:netlify-preview": "yarn && yarn build:freighter-api && yarn workspace docs build",
"build:extension-preview": "run-s build:freighter-api build:extension:experimental",
"build:freighter-api": "yarn workspace @stellar/freighter-api build",
"build:docs": "yarn workspace docs build",
"build:extension:experimental": "yarn workspace extension build:experimental",
"build:extension:production": "yarn workspace extension build:production",
"build:extension:translations": "yarn workspace extension build:translations",
"build:extension": "yarn workspace extension build",
"build:upload-action": "npx ncc build ./.github/actions/chrome-extension-upload/index.js -o ./.github/actions/chrome-extension-upload/dist",
"start": "run-p --print-label start:freighter-api start:docs start:extension start:unpacked",
"start:freighter-api": "yarn workspace @stellar/freighter-api start",
"start:docs": "yarn workspace docs start",
"start:extension": "yarn workspace extension start",
"start:extension:experimental": "yarn workspace extension start:experimental",
"start:unpacked": "yarn workspace extension start:unpacked-extension",
"install-if-package-changed": "git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD | grep --quiet yarn.lock && yarn setup || exit 0",
"test:ci": "jest --ci",
"test:e2e": "yarn workspace extension test:e2e",
"test": "jest -o --watch",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "concurrently 'pretty-quick --staged --config .prettierrc.yaml' 'lint-staged'",
"post-merge": "yarn install-if-package-changed",
"post-checkout": "yarn install-if-package-changed"
}
},
"lint-staged": {
"src/**/*.ts?(x)": [
"eslint --fix --max-warnings 0"
]
},
"browserslist": {
"production": [
"last 3 chrome version",
"last 3 firefox version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version"
]
},
"dependencies": {
"@actions/core": "1.11.1",
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.25.7",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@types/jest": "29.5.14",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.3",
"@types/styled-components": "5.1.4",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@vercel/ncc": "0.38.3",
"babel-eslint": "10.x",
"babel-jest": "29.7.0",
"babel-loader": "10.0.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-polyfill": "6.26.0",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-config-react": "1.1.7",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-webpack-plugin": "5.0.0",
"glob": "11.1.0",
"globals": "16.0.0",
"got": "14.4.5",
"husky": "9.1.7",
"isomorphic-unfetch": "4.0.2",
"jest": "29.7.0",
"jest-localstorage-mock": "2.4.3",
"jsdom": "26.0.0",
"jsdom-global": "3.0.2",
"lint-staged": "15.4.1",
"npm-run-all": "4.1.5",
"prettier": "3.5.1",
"pretty-quick": "4.0.0",
"react-i18next": "15.4.1",
"ts-loader": "9.5.1",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.1",
"webpack-merge": "6.0.1"
},
"devDependencies": {
"@lavamoat/allow-scripts": "3.3.1",
"@lavamoat/preinstall-always-fail": "2.1.0",
"eslint-plugin-jsdoc": "50.6.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"jest-fixed-jsdom": "0.0.9"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"@testing-library/dom>aria-query>@babel/runtime-corejs3>core-js-pure": false,
"babel-polyfill>core-js": false,
"webpack-dev-server>chokidar>fsevents": true,
"webpack>watchpack>watchpack-chokidar2>chokidar>fsevents": true
}
},
"resolutions": {
"chalk@5.6.1": "5.6.2",
"strip-ansi@7.1.1": "7.1.2",
"color-convert@3.1.1": "3.1.0",
"color-name@2.0.1": "2.0.0",
"error-ex@1.3.3": "1.3.2",
"has-ansi@6.0.1": "6.0.2",
"is-arrayish@0.3.3": "0.3.2",
"slice-ansi@7.1.1": "7.1.2",
"wrap-ansi@9.0.1": "9.0.2",
"ansi-regex@6.2.1": "6.2.2",
"supports-color@10.2.1": "10.2.2",
"debug@4.4.2": "4.4.1",
"ansi-styles@6.2.2": "6.2.3"
},
"packageManager": "yarn@4.9.4"
}