-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.69 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
{
"name": "rmp441",
"version": "1.0.0",
"description": "rmp441 front end",
"main": "rmp441/js/main.jsx",
"author": "awdeorio",
"license": "MIT",
"repository": {},
"devDependencies": {
"@babel/core": ">=7.23.9",
"@babel/eslint-parser": ">=7.23.10",
"@babel/plugin-transform-runtime": ">=7.23.9",
"@babel/preset-env": ">=7.23.9",
"@babel/preset-react": ">=7.23.3",
"@babel/runtime": ">=7.23.9",
"@cypress/grep": "^4.0.1",
"@types/react": ">=18.2.51",
"@types/react-dom": ">=18.2.18",
"@typescript-eslint/eslint-plugin": ">=6.20.0",
"@typescript-eslint/parser": ">=6.20.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"cypress": ">=13.6.4",
"cypress-fail-on-console-error": "^5.1.0",
"eslint": ">=8.56.0",
"eslint-config-airbnb": ">=19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": ">=2.29.1",
"eslint-plugin-jsx-a11y": ">=6.8.0",
"eslint-plugin-react": ">=7.33.2",
"eslint-plugin-react-hooks": ">=4.6.0",
"prettier": "^3.2.4",
"start-server-and-test": "^2.0.3",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.14",
"tmp": "^0.2.1",
"ts-loader": ">=9.5.1",
"typescript": ">=5.3.3",
"vnu-jar": "^23.4.11",
"webpack": ">=5.90.1",
"webpack-cli": ">=5.1.4"
},
"dependencies": {
"dayjs": "^1.11.10",
"leaflet": "^1.9.4",
"lucide-react": "^0.454.0",
"prop-types": ">=15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": ">=6.1.0",
"react-leaflet": "^4.2.1"
},
"engines": {
"node": ">=20.0.0"
}
}