-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.2 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
66
67
68
69
70
{
"name": "unity",
"version": "0.0.0",
"private": true,
"dependencies": {
"@grpc/grpc-js": "^1.4.4",
"@improbable-eng/grpc-web": "^0.15.0",
"faker": "^5.5.3",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.4.0",
"yargs": "^17.2.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@bazel/rollup": "^4.4.2",
"@bazel/typescript": "^4.4.2",
"@rollup/plugin-alias": "^3.1.8",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-storyshots": "^6.3.12",
"@storybook/addon-storyshots-puppeteer": "^6.3.12",
"@storybook/react": "^6.3.12",
"@types/faker": "^5.5.9",
"@types/google-protobuf": "^3.15.5",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/yargs": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-jest": "^27.3.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.0.0",
"eslint-plugin-unity": "file:tools/eslint",
"grpc-tools": "^1.11.2",
"jest": "^27.3.1",
"jest-cli": "^27.3.1",
"live-server": "^1.2.1",
"long": "^5.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.1",
"protobufjs": "^6.11.2",
"puppeteer": "^11.0.0",
"rollup": "^2.59.0",
"ts-proto": "^1.85.0",
"ts-protoc-gen": "^0.15.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.4.4"
},
"scripts": {
"postinstall": "patch-package --patch-dir patches/npm"
}
}