-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.83 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
{
"name": "insta485",
"version": "1.0.0",
"description": "insta485 front end",
"main": "insta485/js/main.jsx",
"author": "awdeorio",
"license": "MIT",
"repository": {},
"devDependencies": {
"@babel/core": ">=7.21.3",
"@babel/eslint-parser": ">=7.21.3",
"@babel/plugin-transform-runtime": ">=7.21.0",
"@babel/preset-env": ">=7.20.2",
"@babel/preset-react": ">=7.18.6",
"@babel/runtime": ">=7.21.0",
"@cypress/grep": "^3.1.5",
"@types/react": ">=18.0.28",
"@types/react-dom": ">=18.0.11",
"@typescript-eslint/eslint-plugin": ">=5.55.0",
"@typescript-eslint/parser": ">=5.55.0",
"babel-loader": "^9.1.3",
"cypress": ">=12.8.1",
"cypress-fail-on-console-error": "^4.0.2",
"eslint": ">=8.36.0",
"eslint-config-airbnb": ">=19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": ">=2.27.5",
"eslint-plugin-jsx-a11y": ">=6.7.1",
"eslint-plugin-react": ">=7.32.2",
"eslint-plugin-react-hooks": ">=4.6.0",
"prettier": "^2.8.4",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.3",
"tmp": "^0.2.1",
"webpack": ">=5.76.2",
"webpack-cli": ">=5.0.1"
},
"dependencies": {
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-table": "^8.10.3",
"babel-preset-react": "^6.24.1",
"css-loader": "^6.8.1",
"dayjs": "^1.11.9",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.4",
"prop-types": ">=15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.2",
"react-infinite-scroll-component": ">=6.1.0",
"react-router-dom": "^6.16.0",
"style-loader": "^3.3.3",
"ts-loader": ">=9.4.2",
"typescript": ">=5.0.2"
},
"engines": {
"node": ">=18.0.0"
}
}