-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 4.71 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 4.71 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "visian",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"start": "nx serve",
"format": "nx format:write",
"lint": "nx workspace-lint && nx lint",
"lint:all": "yarn nx run-many --target=lint --all",
"compile": "nx compile",
"compile:all": "yarn nx run-many --target=compile --all",
"build": "nx build",
"test": "nx test",
"e2e": "nx e2e",
"affected:lint": "nx affected:lint",
"affected:compile": "nx affected --target=compile",
"affected:build": "nx affected:build",
"affected:test": "nx affected:test",
"affected:e2e": "nx affected:e2e",
"graph": "nx graph",
"storybook": "nx run ui-shared:storybook"
},
"private": true,
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@nrwl/cli": "15.0.3",
"@nrwl/cypress": "15.0.3",
"@nrwl/eslint-plugin-nx": "15.0.3",
"@nrwl/jest": "15.0.3",
"@nrwl/linter": "15.0.3",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "15.0.3",
"@nrwl/storybook": "15.0.3",
"@nrwl/web": "15.0.3",
"@nrwl/workspace": "15.0.3",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-essentials": "~6.5.9",
"@storybook/builder-webpack5": "~6.5.9",
"@storybook/core-server": "~6.5.9",
"@storybook/manager-webpack5": "~6.5.9",
"@storybook/react": "~6.5.9",
"@svgr/webpack": "^5.4.0",
"@testing-library/react": "12.1.2",
"@types/babel__core": "7.1.19",
"@types/core-js": "^2.5.5",
"@types/eslint": "~8.4.8",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/file-saver": "^2.0.5",
"@types/jest": "28.1.1",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "18.7.18",
"@types/pako": "^2.0.0",
"@types/prettier": "^2.7.1",
"@types/react": "17.0.30",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "17.0.9",
"@types/react-is": "17.0.3",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "18.0.0",
"@types/styled-components": "5.1.26",
"@types/three": "0.149.0",
"@types/tinycolor2": "^1.4.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-jest": "28.1.1",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^10.7.0",
"eslint": "~8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "8.1.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.6",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"lint-staged": "^13.0.3",
"nx": "15.0.3",
"prettier": "^2.6.2",
"react-test-renderer": "17.0.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"url-loader": "^3.0.0",
"webpack-glsl-loader": "^1.0.1",
"worker-loader": "^3.0.8"
},
"packageManager": "yarn@3.2.4",
"dependencies": {
"@aws-amplify/auth": "^5.3.6",
"@aws-amplify/ui-react": "^1.2.15",
"@tweenjs/tween.js": "^20.0.3",
"aws-amplify": "^5.2.2",
"core-js": "^3.6.5",
"css-element-queries": "^1.2.3",
"file-saver": "^2.0.5",
"hotkeys-js": "^3.10.1",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^7.0.0",
"i18next-http-backend": "^2.0.0",
"itk": "^14.1.1",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"moment": "^2.29.4",
"nifti-js": "^1.0.1",
"pako": "^2.0.4",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "17.0.2",
"react-i18next": "^12.0.0",
"react-is": "18.2.0",
"react-query": "^3.39.2",
"react-router-dom": "6.4.1",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.5",
"three": "0.149.0",
"tinycolor2": "^1.4.2",
"tslib": "^2.3.0",
"uuid": "^9.0.0",
"webxr-polyfill": "^2.0.3",
"worker-rpc": "^0.2.0"
},
"resolutions": {
"@types/hoist-non-react-statics/@types/react": "17.0.30",
"@types/react-beautiful-dnd/@types/react": "17.0.30",
"@types/react-dom/@types/react": "17.0.30",
"@types/react-is/@types/react": "17.0.30",
"@types/react-router-dom/@types/react": "17.0.30",
"@types/styled-components/@types/react": "17.0.30"
}
}