-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "el-dragmove",
"version": "0.0.3",
"description": "drag move element.",
"keywords": [
"drag",
"dragmove",
"dragmove element",
"move"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist",
"example"
],
"repository": {
"type": "git",
"url": "git://github.com/AlanLee97/el-dragmove.git"
},
"scripts": {
"build": "node scripts/build.js",
"lint": "eslint src/*.ts --fix --ext .ts",
"pub": "npm publish"
},
"author": "AlanLee",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"rollup": "^3.28.0",
"tslib": "^2.6.2",
"typescript": "^4.8.4"
}
}