forked from AbdelStark/deathnote-contributions-feeder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.55 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.55 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
{
"name": "marketplace",
"version": "2.0.0",
"scripts": {
"dev": "vite --host",
"dev:develop": "yarn dev --mode develop",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint '**/*.{js,jsx,json,ts,tsx}' --max-warnings=0",
"test:coverage": "vitest --coverage",
"storybook": "TS_NODE_IGNORE=* storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=2118ca8bdd40",
"generate": "graphql-codegen --config codegen/config.ts",
"postbuild": "./scripts/upload-sourcemaps.sh",
"backend:api": "cargo run -p api",
"backend:event-store": "cargo run -p event-store",
"backend:event-listeners": "cargo run -p event-listeners",
"backend:github-proxy": "cargo run -p github-proxy",
"backend:action-dequeuer": "cargo run --bin action-dequeuer",
"backend:github-indexer": "cargo run --bin github-indexer",
"backend:dusty-bot": "cargo run -p dusty-bot",
"hasura:refresh": "make hasura/refresh",
"hasura:console": "make hasura/start",
"dependency-cruiser": "depcruise --config .dependency-cruiser.js frontend/src",
"update-languages": "./scripts/generate-github-languages-file.sh"
},
"dependencies": {
"@apollo/client": "3.8.0-alpha.5",
"@datadog/browser-logs": "^4.16.1",
"@datadog/browser-rum": "^4.34.1",
"@datadog/datadog-ci": "^2.4.0",
"@headlessui/tailwindcss": "^0.1.2",
"@tag0/use-text-width": "^1.2.0",
"@tailwindcss/typography": "^0.5.8",
"@thaddeusjiang/react-sortable-list": "^0.1.1",
"@typeform/embed-react": "^2.15.0",
"@types/react-gtm-module": "^2.0.1",
"apollo-link-token-refresh": "^0.4.0",
"axios": "^1.1.3",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.2",
"iban": "^0.0.14",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.0",
"react-gtm-module": "^2.0.11",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.40.0",
"react-hotkeys-hook": "^4.4.1",
"react-lottie": "^1.2.3",
"react-markdown": "^8.0.4",
"react-router-dom": "^6.4.3",
"react-tooltip": "^5.13.1",
"react-use": "^17.4.0",
"react-virtuoso": "^4.3.2",
"recharts": "^2.6.2",
"remark-gfm": "^3.0.1",
"remixicon": "^3.3.0",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.3.1",
"talkr": "^3.3.8",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@graphql-codegen/cli": "^2.16.1",
"@graphql-codegen/introspection": "^2.2.3",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/typescript-operations": "^2.5.10",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@playwright/test": "^1.31.2",
"@storybook/addon-actions": "^7.0.24",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
"@storybook/addon-styling": "^1.3.2",
"@storybook/react": "^7.0.24",
"@storybook/react-vite": "^7.0.24",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/iban": "^0.0.32",
"@types/react": "^18.0.24",
"@types/react-currency-format": "^1.0.0",
"@types/react-dom": "^18.0.8",
"@types/react-lottie": "^1.2.6",
"@types/sinon": "^10.0.14",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.25.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"chromatic": "^6.11.4",
"dependency-cruiser": "^12.10.1",
"dotenv": "^16.0.3",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"jsdom": "^20.0.2",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"sinon": "^15.0.4",
"storybook": "^7.0.24",
"storybook-addon-react-router-v6": "^1.0.2",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-plugin-istanbul": "^3.0.4",
"vitest": "^0.25.1",
"vitest-canvas-mock": "^0.2.2"
}
}