-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.43 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
{
"name": "solo",
"version": "4.3.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.10.5",
"@babel/preset-env": "^7.10.4",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"extract-loader": "^3.2.0",
"file-loader": "^5.1.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"jquery": "^3.5.1",
"nprogress": "^0.2.0",
"uvstat": "^1.0.7",
"vcmt": "^1.2.7",
"vditor": "^3.8.13"
}
}