-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.25 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
{
"name": "guge",
"version": "1.1.0",
"description": "This is the Google Mirror Index.",
"homepage": "https://github.com/jaywcjlove/google",
"main": "data.json",
"scripts": {
"get": "node script/status.mjs",
"start": "kkt start",
"build": "kkt build"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/google.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.0",
"@kkt/scope-plugin-options": "^7.5.0",
"@types/classnames": "^2.3.1",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@uiw/formatter": "^2.0.2",
"@uiw/react-github-corners": "^1.5.15",
"classnames": "^2.3.2",
"fs-extra": "^11.1.1",
"kkt": "^7.5.0",
"puppeteer": "^20.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"node-fetch": "^3.3.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"files": [
"data.json"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}