-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "mediawiki-wikiforum",
"version": "3.1.0",
"description": "Provide a front-end structured discussion page with JavaScript.",
"main": "public/dist/core.min.js",
"types": "src/types/index.d.ts",
"repository": "https://github.com/Fandom-zh/Gadget-WikiForum.git",
"author": "Dragon-Fish <[email protected]>",
"license": "MIT",
"scripts": {
"build": "yarn clear && webpack && MINIFY=1 webpack",
"dev": "yarn clear && webpack --watch -o ./dev/",
"lint": "eslint ./src",
"clear": "rm -rf ./dist ./public/dist",
"bump": "yarn lint && yarn build && bump"
},
"devDependencies": {
"@lavgup/mediawiki.js": "^1.1.0",
"axios": "^0.21.1",
"eslint": "^7.26.0"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@dragon-fish/bump": "^0.0.15",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"style-loader": "^2.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^6.0.0",
"terser-webpack-plugin": "^5.1.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
}
}