-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.9 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.9 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
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
{
"name": "iitc-r",
"version": "1.0.0",
"description": "Ingress Intel Total Conversion (Refurbished)",
"homepage": "https://github.com/McBen/ingress-intel-total-conversion-R",
"repository": "https://github.com/McBen/ingress-intel-total-conversion-R.git",
"license": "ISC",
"private": true,
"scripts": {
"autobuild": "concurrently --kill-others \"yarn build --watch\" \"yarn start\"",
"build": "webpack",
"build:prod": "NODE_ENV=production webpack",
"start": "node ./scripts/fileserver.js",
"test": "jest"
},
"dependencies": {
"anylogger": "^1.0.11",
"autolink-js": "^1.0.2",
"debounce": "^2.2.0",
"escape-html": "^1.0.3",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.2",
"leaflet": "^1.9.4",
"leaflet-plugins": "^3.4.0",
"leaflet.gridlayer.googlemutant": "^0.16.0",
"overlapping-marker-spiderfier-leaflet": "^0.2.7",
"rbush": "^4.0.1",
"ulog": "2.0.0-beta.19"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"@types/jquery": "^4.0.0",
"@types/jqueryui": "^1.12.24",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.3.3",
"@types/webpack": "^5.28.5",
"@types/webpack-sources": "^3.2.3",
"babel-loader": "^10.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-solid": "^1.9.10",
"concurrently": "^9.2.1",
"css-loader": "^7.1.4",
"cssnano": "^7.1.2",
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prefer-arrow-functions": "^3.9.1",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unicorn": "^63.0.0",
"express": "^5.2.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.6",
"imports-loader": "^5.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"moment": "^2.30.1",
"my-ip": "^1.1.1",
"postcss": "^8.5.8",
"postcss-cli": "^11.0.1",
"postcss-css-variables": "^0.19.0",
"postcss-image-inliner": "^7.0.1",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.1",
"postcss-nested": "^7.0.2",
"prettier": "^3.8.1",
"raw-loader": "^4.0.2",
"solid-js": "^1.9.11",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1",
"webpack-strip-block": "^0.3.0"
}
}