-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
{
"name": "research-assistant-frontend-2",
"version": "0.0.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.2.3",
"@uiw/react-json-view": "^2.0.0-alpha.24",
"async-wait-until": "^2.0.12",
"axios": "^1.6.8",
"axios-case-converter": "^1.1.1",
"b64-to-blob": "^1.2.19",
"bootstrap": "^5.3.3",
"formik": "^2.4.6",
"react": "18",
"react-bootstrap": "^2.10.2",
"react-data-table-component": "^7.6.2",
"react-dom": "18",
"react-redux": "^9.1.1",
"react-router-dom": "^6.23.0",
"redux-persist": "^6.0.0",
"saas": "^1.0.0",
"sass": "^1.76.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.6.0",
"@types/bootstrap": "^5.2.10",
"@types/core-js": "^2.5.8",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/react": "18",
"@types/react-dom": "18",
"@types/react-refresh": "^0.14.6",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"core-js": "^3.37.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"framer-motion": "^11.1.7",
"react-refresh": "^0.14.2",
"typescript": "*",
"typesync": "^0.12.1"
}
}