-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "virtual-elevators",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"lint": "eslint -c .eslintrc .",
"test": "DEBUG_PRINT_LIMIT=0 jest"
},
"dependencies": {
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0-beta.11",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"antd": "^4.18.7",
"autobind-decorator": "^2.4.0",
"concurrently": "^7.2.2",
"eslint": "^8.9.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"immutable": "^4.0.0",
"jest": "^27.5.1",
"lodash": "^4.17.21",
"observable-hooks": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "^0.13.9",
"rxjs": "^7.5.4",
"ts-jest": "^27.1.3",
"tsyringe": "^4.6.0",
"typescript": "^4.5.5",
"typestyle": "^2.2.0",
"vite": "^6.0.7"
}
}