-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.77 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
62
63
64
65
{
"name": "iitcpluginkit",
"author": "McBen",
"version": "1.9.3",
"license": "BSD-1-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/McBen/IITCPluginKit.git"
},
"homepage": "https://github.com/McBen/IITCPluginKit/blob/master/changelog.txt",
"dependencies": {
"@types/gapi.auth2": "^0.0.61",
"@types/jquery": "^3.3.9",
"@types/jqueryui": "^1.12.4",
"@types/leaflet": "^0.7.15-alpha",
"@types/node": "^22.4.2",
"concurrently": "^9.0.1",
"cross-env": "^7.0.2",
"css-loader": "^7.1.1",
"cssnano": "^7.0.5",
"dateformat": "^4.5.1",
"express": "^4.16.2",
"git-describe": "^4.0.2",
"mini-svg-data-uri": "^1.4.4",
"my-ip": "^1.1.1",
"postcss": "^8.3.11",
"postcss-css-variables": "^0.19.0",
"postcss-import": "^16.0.1",
"postcss-loader": "^8.1.1",
"postcss-nested": "^6.0.0",
"prompts": "^2.3.2",
"style-loader": "^4.0.0",
"svg-url-loader": "^8.0.0",
"svgo": "^3.2.0",
"svgo-loader": "^4.0.0",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"typescript": "^5.0.2",
"webpack": "^5.40.0",
"webpack-cli": "^5.0.0",
"webpack-merge": "^6.0.1",
"webpack-strip-block": "^0.3.0",
"yargs": "^17.0.1"
},
"bin": {
"create-ipk": "bin/ipk.js",
"ipk": "bin/ipk.js",
"iitcpluginkit": "bin/ipk.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint": "^9.1.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-prefer-arrow": "^1.2.1",
"eslint-plugin-unicorn": "^56.0.0"
},
"scripts": {
"build": "tsc",
"_prepublishOnly": "tsc",
"buildcli": "tsc --build tsconfigCLI.json"
},
"main": "dist/Plugin.js",
"types": "dist/Plugin.d.ts"
}