-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "clipboard_keyboard",
"version": "1.0.3",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
"browser": "dist/index.browser.js",
"repository": "https://github.com/xushuosean/clipboard_keyboard",
"types": "dist/types/copyandpaste.d.ts",
"scripts": {
"build": "rollup -c",
"build:types": "tsc",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "Sean",
"license": "MIT",
"dependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"onfire.js": "^2.0.1",
"rollup-plugin-node-resolve": "^5.2.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vuepress/plugin-google-analytics": "^1.9.10",
"element-ui": "^2.15.14",
"eslint": ">=5.16.0",
"eslint-config-google": "^0.14.0",
"less": "^4.2.0",
"less-loader": "7.3.0",
"rollup": "^2.77.0",
"typescript": "^4.7.4",
"vuepress": "^1.9.10"
}
}