-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.23 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
{
"name": "idouban",
"version": "1.1.3",
"description": "Inject douban pages in your site.",
"main": "dist/http.js",
"targets": {
"main": {
"source": "src/http.ts",
"distDir": "dist/",
"optimize": true
},
"js": {
"source": "src/index.ts",
"context": "browser",
"distDir": "dist/",
"optimize": true
},
"css": {
"source": "src/index.css",
"context": "browser",
"distDir": "dist/",
"optimize": true
}
},
"scripts": {
"start": "parcel serve -p 8888 src/index.html --dist-dir build/",
"build": "parcel build --no-source-maps"
},
"files": [
"dist"
],
"dependencies": {
"i18next": "^23.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"parcel": "^2.12.0",
"process": "^0.11.10"
},
"engines": {
"node": ">= 18"
},
"bugs": {
"url": "https://github.com/mythsman/idouban/issues"
},
"homepage": "https://github.com/mythsman/idouban/",
"repository": {
"type": "git",
"url": "git+https://github.com/mythsman/idouban.git"
},
"keywords": [
"douban"
],
"author": "mythsman",
"license": "MIT"
}