-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "@21epub/epub-thirdparty",
"version": "0.1.14",
"description": "epub-thirdparty",
"author": "dxsixpc",
"license": "MIT",
"homepage": "https://github.com/21epub/epub-thirdparty",
"repository": {
"type": "git",
"url": "git+https://github.com/21epub/epub-thirdparty.git"
},
"main": "dist/index.js",
"source": "src/index.ts",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"keywords": [
"thirdparty"
],
"scripts": {
"start": "vite",
"build": "rollup -c"
},
"devDependencies": {
"axios": "^0.27.2",
"lodash": "^4.17.21",
"@babel/core": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@rollup/plugin-eslint": "^8.0.2",
"@rollup/plugin-typescript": "^8.3.2",
"@types/lodash": "^4.14.182",
"@types/rollup-plugin-json": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"eslint-plugin-sonarjs": "^0.15.0",
"rollup": "^2.75.6",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"tslib": "^2.4.0",
"typescript": "^4.7.3",
"vite": "^2.9.10"
},
"files": [
"dist",
"thirdparty"
]
}