-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.47 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "tacc",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@tanstack/react-query": "^4.24.4",
"axios": "^0.27.2",
"core-js": "^3.6.5",
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-resize-detector": "^7.1.2",
"react-router-dom": "6.11.2",
"react-step-wizard": "^5.3.11",
"react-table": "^7.8.0",
"reactstrap": "^9.1.5",
"regenerator-runtime": "0.13.7",
"sass": "^1.64.0",
"tslib": "^2.3.0",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@nx/cypress": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/js": "17.2.8",
"@nx/node": "17.2.8",
"@nx/react": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/web": "17.2.8",
"@nx/workspace": "17.2.8",
"@tacc/core-styles": "^2.33.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/js-cookie": "^3.0.2",
"@types/node": "18.11.9",
"@types/postcss-preset-env": "^6.7.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/react-router-dom": "5.3.3",
"@types/react-table": "^7.7.12",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitejs/plugin-react": "4.2.1",
"@vitejs/plugin-react-swc": "3.5.0",
"@vitest/coverage-c8": "0.31.4",
"@vitest/ui": "0.34.7",
"babel-plugin-postcss": "^1.1.0",
"bootstrap": "^4.6.1",
"cypress": "^9.1.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "22.1.0",
"msw": "^1.3.2",
"nx": "17.2.8",
"nx-cloud": "16.5.2",
"postcss": "^8.4.38",
"postcss-preset-env": "^10.0.2",
"postcss-replace": "^2.0.1",
"prettier": "2.7.1",
"stylelint": "^14.8.5",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"vite": "5.0.11",
"vite-plugin-dts": "2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.6"
}
}