Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/dashboard/package.json
2492 views
1
{
2
"name": "@gitpod/dashboard",
3
"license": "UNLICENSED",
4
"version": "0.0.0",
5
"private": true,
6
"dependencies": {
7
"@bufbuild/protobuf": "^1.3.3",
8
"@connectrpc/connect": "1.1.2",
9
"@connectrpc/connect-web": "1.1.2",
10
"@gitpod/gitpod-protocol": "0.1.5",
11
"@gitpod/public-api": "0.1.5",
12
"@gitpod/public-api-common": "0.1.5",
13
"@mux/mux-player-react": "^3.1.0",
14
"@radix-ui/react-accordion": "^1.2.1",
15
"@radix-ui/react-dropdown-menu": "^2.0.6",
16
"@radix-ui/react-label": "^2.0.2",
17
"@radix-ui/react-popover": "^1.0.7",
18
"@radix-ui/react-radio-group": "^1.1.3",
19
"@radix-ui/react-select": "^2.0.0",
20
"@radix-ui/react-switch": "^1.0.3",
21
"@radix-ui/react-tabs": "^1.0.4",
22
"@radix-ui/react-tooltip": "^1.0.7",
23
"@stripe/react-stripe-js": "^2.4.0",
24
"@stripe/stripe-js": "^2.4.0",
25
"@tanstack/query-async-storage-persister": "^4.29.19",
26
"@tanstack/react-query": "^4.29.19",
27
"@tanstack/react-query-devtools": "^4.29.19",
28
"@tanstack/react-query-persist-client": "^4.29.19",
29
"@xterm/addon-fit": "^0.10.0",
30
"@xterm/xterm": "^5.5.0",
31
"buffer": "^4.3.0",
32
"class-variance-authority": "^0.7.0",
33
"classnames": "^2.3.1",
34
"configcat-js": "^6.0.0",
35
"countries-list": "^2.6.1",
36
"crypto-browserify": "3.12.0",
37
"dayjs": "^1.11.5",
38
"deepmerge": "^4.2.2",
39
"file-saver": "^2.0.5",
40
"idb-keyval": "^6.2.0",
41
"js-cookie": "^3.0.1",
42
"lite-youtube-embed": "^0.3.2",
43
"lodash": "^4.17.21",
44
"lucide-react": "^0.474.0",
45
"pretty-bytes": "^6.1.0",
46
"process": "^0.11.10",
47
"query-string": "^7.1.1",
48
"react": "^17.0.1",
49
"react-confetti": "^6.1.0",
50
"react-datepicker": "^4.8.0",
51
"react-dom": "^17.0.1",
52
"react-error-boundary": "^3.1.4",
53
"react-focus-on": "^3.8.1",
54
"react-intl-tel-input": "^8.2.0",
55
"react-linkedin-login-oauth2": "^2.0.1",
56
"react-markdown": "^9.0.3",
57
"react-popper": "^2.3.0",
58
"react-portal": "^4.2.2",
59
"react-router-dom": "^5.2.0",
60
"setimmediate": "^1.0.5",
61
"stream-browserify": "^2.0.1",
62
"tailwind-merge": "^1.14.0",
63
"tailwindcss": "^3.4.4",
64
"tailwindcss-animate": "^1.0.7",
65
"ua-parser-js": "^1.0.36",
66
"url": "^0.11.1",
67
"use-deep-compare-effect": "^1.8.1",
68
"util": "^0.11.1",
69
"validator": "^13.9.0"
70
},
71
"devDependencies": {
72
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
73
"@craco/craco": "^7.1.0",
74
"@tailwindcss/forms": "^0.5.5",
75
"@testing-library/jest-dom": "^5.11.10",
76
"@testing-library/react": "^11.2.6",
77
"@testing-library/user-event": "^12.1.10",
78
"@types/file-saver": "^2.0.5",
79
"@types/jest": "^26.0.22",
80
"@types/js-cookie": "^2.2.7",
81
"@types/lodash": "^4.17.0",
82
"@types/node": "^18.18.8",
83
"@types/react": "^17.0.0",
84
"@types/react-datepicker": "^4.8.0",
85
"@types/react-dom": "^17.0.3",
86
"@types/react-portal": "^4.0.4",
87
"@types/react-router": "^5.1.13",
88
"@types/react-router-dom": "^5.1.7",
89
"@types/setimmediate": "^1.0.2",
90
"@types/ua-parser-js": "^0.7.39",
91
"@types/uuid": "^8.3.1",
92
"@types/validator": "^13.7.12",
93
"@typescript-eslint/eslint-plugin": "^5.5.0",
94
"@typescript-eslint/parser": "^5.5.0",
95
"@useorbital/client-types": "^1.6.0",
96
"autoprefixer": "^10.4.19",
97
"eslint": "^8.47.0",
98
"eslint-config-react-app": "^7.0.1",
99
"postcss": "^8.4.38",
100
"react-scripts": "^5.0.1",
101
"tailwind-underline-utils": "^1.1.2",
102
"tailwindcss-filters": "^3.0.0",
103
"typescript": "^5.5.4",
104
"web-vitals": "^1.1.1"
105
},
106
"scripts": {
107
"start": "BROWSER=none HMR_HOST=`gp url 3001` craco start",
108
"start-local": "gp ports visibility 3000:public; BROWSER=none HMR_HOST=`gp url 3000` ASSET_PATH=`gp url 3000` craco start",
109
"build": "craco build --verbose",
110
"lint": "eslint --max-warnings=0 --ext=.jsx,.js,.tsx,.ts ./src",
111
"test": "yarn test:unit",
112
"test:unit": "craco test --all --watchAll=false",
113
"test:unit:watch": "craco test --all",
114
"eject": "react-scripts eject",
115
"telepresence": "TELEPRESENCE_USE_DEPLOYMENT=1 leeway run .:telepresence"
116
},
117
"files": [
118
"conf",
119
"build",
120
"public"
121
],
122
"browserslist": {
123
"production": [
124
">0.2%",
125
"not dead",
126
"not op_mini all"
127
],
128
"development": [
129
"last 1 chrome version",
130
"last 1 firefox version",
131
"last 1 safari version"
132
]
133
}
134
}
135
136