forked from dstackai/dstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.34 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.34 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
{
"name": "dstackai",
"version": "2.0.0",
"main": "src/index.ts",
"repository": "git@gitlab.com:dstackai/dstackai-website.git",
"author": "Oleg Vavilov",
"license": "Apache 2.0",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --config webpack.config.js",
"start-sky": "cross-env NODE_ENV=development UI_VERSION=sky webpack serve --config webpack.config.js",
"build": "cross-env NODE_ENV=production webpack build --config webpack.config.js",
"build-sky": "cross-env NODE_ENV=production UI_VERSION=sky webpack build --config webpack.config.js",
"eslint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"eslint-fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",
"test": "jest",
"test:update-snapshots": "jest -u",
"generate-api": "npx @rtk-query/codegen-openapi openapi-config.ts"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/register": "^7.25.9",
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@rtk-query/codegen-openapi": "^2.0.0",
"@svgr/webpack": "^6.5.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/axios": "^0.14.0",
"@types/date-fns": "^2.6.0",
"@types/enzyme": "^3.10.18",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@webpack-cli/serve": "^2.0.5",
"babel-loader": "^9.2.1",
"babel-preset-minify": "^0.5.2",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"enzyme": "^3.11.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-i18n": "^2.4.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"favicons": "^7.2.0",
"favicons-webpack-plugin": "^6.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"http-proxy-middleware": "^2.0.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-styled-components": "^7.2.0",
"loader-utils": "^3.3.1",
"mini-css-extract-plugin": "^2.9.2",
"npx": "^10.2.2",
"postcss": "^8.4.49",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "7.8.3",
"prettier": "^2.8.2",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.2",
"react-test-renderer": "^18.3.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1",
"webpack-nano": "^1.1.1"
},
"dependencies": {
"@cloudscape-design/chat-components": "^1.0.19",
"@cloudscape-design/collection-hooks": "^1.0.56",
"@cloudscape-design/components": "^3.0.856",
"@cloudscape-design/design-tokens": "^3.0.51",
"@cloudscape-design/global-styles": "^1.0.33",
"@hookform/resolvers": "^2.9.10",
"@reduxjs/toolkit": "^1.9.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"ace-builds": "^1.36.3",
"classnames": "^2.5.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"date-fns": "^2.29.3",
"i18next": "^24.0.2",
"lodash": "^4.17.21",
"openai": "^4.33.1",
"prismjs": "^1.29.0",
"rc-tooltip": "^5.2.2",
"react": "^18.3.1",
"react-avatar": "^5.0.3",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.0",
"react-i18next": "^12.1.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.27.0",
"react-string-replace": "^1.1.1",
"redux": "^5.0.1",
"yup": "^0.32.11"
}
}