forked from YOOTeam/OpenPPT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.84 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.84 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "chatppt-onlieEditor",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite --mode dev",
"start": "vite --mode prod",
"build:test": "vite build --mode test",
"build:prod": "vite build --mode prod",
"build": "vite build --mode prod && vite build --mode test",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@baiducloud/bos-uploader": "^1.4.0-rc.0",
"@baiducloud/sdk": "^1.0.1",
"@icon-park/vue-next": "^1.4.2",
"animate.css": "^4.1.1",
"axios": "^1.7.5",
"canvas-confetti": "^1.9.3",
"clipboard": "^2.0.11",
"crypto-js": "^4.2.0",
"dexie": "3.0.3",
"echarts": "^5.5.1",
"file-saver": "^2.0.5",
"hfmath": "^0.0.2",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jquery": "^3.6.0",
"js-audio-recorder": "^1.0.7",
"js-md5": "^0.8.3",
"jspdf": "^2.5.2",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"nanoid": "^5.0.7",
"number-precision": "^1.6.0",
"pinia": "^2.1.7",
"pptxgenjs": "^3.12.0",
"pptxtojson": "^1.0.2",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"prosemirror-commands": "^1.6.0",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.3.2",
"prosemirror-inputrules": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.22.2",
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-schema-list": "^1.4.1",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.33.9",
"qs": "^6.13.0",
"svg-arc-to-cubic-bezier": "^3.2.0",
"svg-pathdata": "^7.1.0",
"tinycolor2": "^1.6.0",
"tippy.js": "^6.3.7",
"vue": "^3.4.34",
"vue-i18n": "^11.1.5",
"vue3typed": "^0.1.5",
"vuedraggable": "^4.1.0",
"ym-jsbridge": "^25.5.29"
},
"devDependencies": {
"@arco-design/web-vue": "^2.56.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/crypto-js": "^4.2.1",
"@types/file-saver": "^2.0.7",
"@types/jquery": "^3.5.30",
"@types/lodash": "^4.14.202",
"@types/node": "^22.5.5",
"@types/qs": "^6.9.18",
"@types/svg-arc-to-cubic-bezier": "^3.2.2",
"@types/tinycolor2": "^1.4.6",
"@types/vue": "^1.0.31",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"javascript-obfuscator": "^4.1.1",
"npm-run-all2": "^6.1.1",
"rollup-plugin-obfuscator": "^1.1.0",
"sass": "1.69.6",
"typescript": "~5.3.0",
"vite": "^5.3.5",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^2.0.29"
}
}