-
-
Notifications
You must be signed in to change notification settings - Fork 450
/
package.json
61 lines (61 loc) · 1.45 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
54
55
56
57
58
59
60
61
{
"name": "solo",
"version": "4.4.0",
"description": " 一款小而美的博客系统,专为程序员设计。",
"homepage": "https://github.com/88250/solo",
"repository": {
"type": "git",
"url": "git://github.com/88250/solo.git"
},
"bugs": {
"url": "https://github.com/88250/solo/issues"
},
"license": "MulanPSL2",
"private": true,
"scripts": {
"build": "webpack --mode production",
"dev": "webpack"
},
"author": {
"name": "B3log 开源社区",
"email": "[email protected]",
"url": "https://b3log.org"
},
"maintainers": [
{
"name": "Liang Ding",
"email": "[email protected]",
"url": "http://88250.b3log.org"
},
{
"name": "Liyuan Li",
"email": "[email protected]",
"url": "http://vanessa.b3log.org"
}
],
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^3.0.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"css-loader": "^3.6.0",
"extract-loader": "^3.2.0",
"file-loader": "^5.1.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.12",
"postcss-loader": "^5.2.0",
"terser-webpack-plugin": "^2.3.8",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"jquery": "^3.6.0",
"nprogress": "^0.2.0",
"uvstat": "^1.0.8",
"vcmt": "^1.3.2",
"vditor": "^3.8.15"
}
}