forked from wasabee-project/Wasabee-IITC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.15 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
66
67
68
69
{
"name": "wasabee-iitc",
"version": "0.21.2",
"description": "IITC Plugin for Wasabee Project",
"main": "gulpfile.js",
"private": true,
"devDependencies": {
"@types/color-string": "^1.5.2",
"@types/jquery": "^3.5.14",
"@types/jqueryui": "^1.12.16",
"@types/leaflet": "^1.7.9",
"@types/spectrum": "^1.8.2",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"css-loader": "^6.7.1",
"del": "^6.0.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-local-rules": "^1.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-webpack-plugin": "^3.1.1",
"fancy-log": "^2.0.0",
"html-loader": "^3.1.0",
"lodash": "^4.17.21",
"prettier": "^2.6.0",
"pretty-quick": "^3.1.3",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"through2": "^4.0.2",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.2.8",
"tslib": "^2.3.1",
"typescript": "^4.6.2",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"build": "webpack --progress --env build=prod",
"build-dev": "webpack --progress --env build=dev",
"build-scot": "webpack --progress --env build=scot",
"build-pr": "webpack --progress --env build=pr --env pr=${PR_NUMBER}",
"build-testing": "webpack --progress --env build=testing",
"format:check": "prettier --check src/code",
"format:run": "prettier --write src/code",
"lint:check": "eslint src",
"lint:fix": "eslint --fix src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wasabee-project/Wasabee-IITC.git"
},
"author": "Wasabee Project Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/wasabee-project/Wasabee-IITC/issues"
},
"homepage": "https://github.com/wasabee-project/Wasabee-IITC/blob/master/README.md",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"arc": "^0.1.2",
"color-string": "^1.9.0",
"geodesy": "^2.3.0",
"idb": "^7.0.1",
"sortablejs": "^1.14.0"
},
"typings": "src/code/index.d.ts"
}