-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.5 KB
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
{
"name": "rs3_map_buddy",
"homepage": "https://techpure.dev/RS3QuestBuddyEditor",
"scripts": {
"dev": "webpack serve --config ./webpack.config.ts",
"build": "webpack",
"start": "webpack-dev-server"
},
"devDependencies": {
"@react-leaflet/core": "^3.0.0",
"@types/leaflet": "^1.9.16",
"@types/lodash": "^4.17.20",
"@types/node": "^22.13.4",
"@types/pako": "^2.0.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/typescript": "^0.4.29",
"@types/wicg-file-system-access": "^2023.10.6",
"alt1": "^0.0.10",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"leaflet": "^1.9.4",
"mini-css-extract-plugin": "^2.9.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tabler/icons": "^3.34.1",
"@tabler/icons-react": "^3.34.1",
"axios": "^1.7.9",
"copy-webpack-plugin": "^13.0.1",
"html2canvas": "^1.4.1",
"idb-keyval": "^6.2.2",
"immer": "^10.1.1",
"levenshtein-edit-distance": "^3.0.1",
"lodash": "^4.17.21",
"pako": "^2.1.0",
"react-router-dom": "^7.1.5",
"socket.io-client": "^4.8.1",
"use-debounce": "10.0.5"
}
}