-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.86 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.86 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
{
"name": "qpace-examples",
"version": "0.0.1",
"type": "module",
"scripts": {
"web": "webpack serve --open --mode development --config web/webpack.config.js",
"node": "node ./node/main.js",
"python": "python python/main.py"
},
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"@nersent/bazed": "^0.0.39",
"@swc/cli": "^0.3.6",
"@swc/core": "^1.3.96",
"@swc/plugin-styled-components": "^1.5.67",
"@types/cli-progress": "^1.8.1",
"@types/google-protobuf": "^3.15.12",
"@types/node": "^20.8.10",
"@types/object-hash": "^3.0.2",
"@types/which": "^3.0.4",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"babel-jest": "29.4.3",
"eslint": "8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"jest": "29.4.3",
"prettier": "2.6.2",
"rimraf": "^5.0.1",
"typescript": "^5.6.3",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"@grpc/grpc-js": "^1.12.0",
"@grpc/proto-loader": "^0.7.13",
"@inquirer/prompts": "^7.4.0",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"chokidar": "^3.5.3",
"cli-progress": "^2.1.1",
"commander": "^13.1.0",
"deepmerge": "^4.3.1",
"glob": "^11.0.1",
"google-protobuf": "^3.21.4",
"http2-wrapper": "^2.2.1",
"minimatch": "^10.0.1",
"module-alias": "^2.2.3",
"nodejs-polars": "^0.8.4",
"object-hash": "^3.0.0",
"ora": "^5.4.1",
"qpace": "^0.0.1-dev.38",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"which": "^5.0.0"
}
}