forked from Wikiplus/Wikiplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
{
"name": "wikiplus-core",
"version": "4.0.12",
"homepage": "https://wikiplus-app.smartgslb.com/",
"description": "A front-end jQuery-based Mediawiki plugin.",
"main": "dist/Main.js",
"repository": {
"type": "git",
"url": "https://github.com/Wikiplus/Wikiplus"
},
"scripts": {
"watch": "webpack-cli --config ./build/webpack.development.js --watch",
"build": "webpack-cli --config ./build/webpack.production.config.js"
},
"keywords": [
"Wikiplus",
"Mediawiki"
],
"author": {
"name": "Eridanus Sora",
"email": "[email protected]"
},
"contributors": [
{
"name": "Ted Zyzsdy",
"email": "[email protected]",
"url": "https://zyzsdy.com"
}
],
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@types/jquery": "^3.5.3",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "2.5.1",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"core-js": "^3.6.5"
}
}