-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
32 lines (32 loc) · 921 Bytes
/
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
{
"name": "hackchat-client-plus",
"version": "1.0.0",
"description": "**New update: shabby i18n (Simplified Chinese) now available!!!**",
"scripts": {
"build": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xjzh123/hackchat-client-plus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xjzh123/hackchat-client-plus/issues"
},
"homepage": "https://github.com/xjzh123/hackchat-client-plus#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-processhtml": "^0.4.3",
"unocss": "^0.50.4"
}
}