-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
65 lines (65 loc) · 2.37 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
{
"name": "@monite/monite-sdk",
"version": "1.4.0",
"private": true,
"description": "",
"scripts": {
"test": "turbo run test --continue --output-logs=new-only",
"typecheck": "turbo run typecheck --output-logs=new-only",
"lint": "turbo run lint --continue --output-logs=new-only",
"extract-translations": "turbo run extract-translations --continue --output-logs=new-only",
"compile-translations": "turbo run compile-translations --continue --output-logs=new-only",
"e2e": "turbo run e2e --filter=@monite/sdk-drop-in --output-logs=new-only",
"storybook:widgets": "turbo run storybook --filter=@monite/sdk-react --output-logs=new-only",
"storybook:build": "turbo run build-storybook",
"storybook": "turbo run storybook --output-logs=new-only",
"dev": "turbo run dev",
"dev:widgets": "printf '\\033[1;31mDEPRECATED: This command is deprecated! Please use \"yarn storybook\" instead.\\033[0m\\n' && yarn storybook >> /dev/null",
"dev:sdk-demo": "turbo run dev --filter=@team-monite/sdk-demo",
"build": "turbo run build",
"clean": "rm -rf packages/*/dist",
"prepare": "husky install"
},
"author": "monite.com",
"license": "MIT",
"workspaces": [
"packages/*",
"e2e",
"examples/*"
],
"devDependencies": {
"@changesets/cli": "~2.27.10",
"@emotion/react": "~11.11.1",
"@emotion/styled": "~11.11.0",
"@sentry/cli": "~2.28.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"craco-babel-loader": "^1.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "~3.6.0",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.0",
"lint-staged": "~13.0.2",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"turbo": "~2.3.3",
"typescript": "~5.5.4"
},
"resolutions": {
"@vitejs/plugin-react-swc/@swc/core": "1.4.17",
"@storybook/builder-webpack5/@swc/core": "1.4.17",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"micromatch@npm:^4.0.5": "4.0.8",
"micromatch@npm:^4.0.4": "4.0.8",
"micromatch@npm:^4.0.2": "4.0.8",
"micromatch@npm:4.0.2": "4.0.8",
"vite@npm:5.1.8/rollup": "4.22.4",
"tsup@npm:8.0.2/rollup": "4.22.4",
"cookie@npm:0.5.0": "0.7.2",
"cookie@npm:^0.5.0": "0.7.2",
"cookie@npm:0.6.0": "0.7.2",
"ws": "^8.17.1"
},
"packageManager": "[email protected]"
}