-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
66 lines (66 loc) · 1.95 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
60
61
62
63
64
65
66
{
"name": "@onlyoffice/document-editor-vue",
"version": "1.4.0",
"description": "Vue component for ONLYOFFICE Document Server",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ONLYOFFICE/document-editor-vue/issues"
},
"homepage": "https://www.onlyoffice.com",
"repository": {
"type": "git",
"url": "git+https://github.com/ONLYOFFICE/document-editor-vue.git"
},
"author": "Ascensio System SIA <[email protected]> (https://www.onlyoffice.com)",
"maintainers": [
"Ascensio System SIA <[email protected]> (https://www.onlyoffice.com)"
],
"main": "lib/index.js",
"module": "lib/index.esm.js",
"files": [
"lib"
],
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"test": "jest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^7.6.11",
"@storybook/addon-interactions": "^7.6.11",
"@storybook/addon-links": "^7.6.11",
"@storybook/blocks": "^7.6.11",
"@storybook/test": "^7.6.11",
"@storybook/vue3": "^7.6.11",
"@storybook/vue3-webpack5": "^7.6.11",
"@types/jest": "^29.5.11",
"@vue/compiler-sfc": "^3.4.15",
"@vue/test-utils": "^2.4.4",
"@vue/vue3-jest": "^29.2.6",
"babel-loader": "^9.1.3",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.9.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-vue": "^6.0.0",
"storybook": "^7.6.11",
"ts-jest": "^29.1.2",
"typescript": "~5.3.3",
"vue": "^3.4.15",
"vue-loader": "^17.4.2"
},
"keywords": [
"onlyoffice"
]
}