-
-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
53 lines (53 loc) · 1.31 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
{
"name": "oscnews",
"version": "1.16.0",
"description": "开源中国新闻,查看开源中国软件更新资讯,文档导航,GitHub 趋势榜,和时钟页面。",
"private": true,
"main": "index.js",
"scripts": {
"start": "BUILD_PATH=dist kkt start --watch --no-open-browser",
"build": "BUILD_PATH=dist kkt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/oscnews.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/oscnews/issues"
},
"homepage": "https://github.com/jaywcjlove/oscnews#readme",
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
"clean-webpack-plugin": "~4.0.0",
"filemanager-webpack-plugin": "~6.1.7",
"kkt": "~7.1.5"
},
"dependencies": {
"@wcj/dark-mode": "~1.0.13",
"cheerio": "~1.0.0-rc.10",
"classnames": "~2.3.1",
"linux-command": "~1.9.0",
"prop-types": "~15.8.1",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"solarlunar": "~2.0.7"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}