-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 997 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
33
34
35
36
37
38
{
"name": "margonem-chat-plus-plus",
"version": "3.0.0-beta.1",
"main": "/src/main.js",
"type": "module",
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11"
],
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.15.0",
"babel-loader": "^9.2.1",
"babel-plugin-remove-template-literals-whitespace": "^1.0.4",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"sass": "^1.77.5",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/KrisAphalon/margonem-chat-plus-plus.git"
},
"author": "Kris Aphalon",
"license": "MIT",
"bugs": {
"url": "https://github.com/KrisAphalon/margonem-chat-plus-plus/issues"
},
"homepage": "https://github.com/KrisAphalon/margonem-chat-plus-plus#readme"
}