forked from wasabee-project/Wasabee-IITC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "wasabee-iitc",
"version": "0.19.1",
"description": "IITC Plugin for Wasabee Project",
"main": "gulpfile.js",
"private": true,
"devDependencies": {
"css-loader": "^5.2.4",
"del": "^6.0.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-inject-file": "^0.0.19",
"gulp-inject-string": "^1.1.1",
"gulp-prettier": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-trimlines": "^1.0.1",
"html-loader": "^2.1.2",
"lodash": "^4.17.21",
"plugin-error": "^1.0.1",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"to-string-loader": "^1.1.6",
"url-loader": "^4.1.1",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"scripts": {
"test": "none"
},
"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": {
"arc": "^0.1.1",
"color-string": "^1.5.5",
"geodesy": "^2.2.1",
"idb": "^6.0.0",
"sortablejs": "^1.12.0"
}
}