-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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": "@tinymce-plugin/build-docs",
"private": false,
"version": "0.0.5",
"module": "./index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"author": "Five(Li Hailong)",
"license": "Apache-2.0",
"description": "开发tinymce-plugin的插件 构建文档",
"dependencies": {
"@npkg/vue-router": "^4.0.15",
"@tinymce-plugin/tinymce-vue": "^0.0.1",
"@tinymce-plugin/vite-build": "^0.0.4",
"@tinymce/tinymce-react": "^4.1.0",
"@vitejs/plugin-vue": "2.x.x",
"@vitejs/plugin-vue-jsx": "1.3.3",
"axios": "^0.27.2",
"babel-core": "^6.26.3",
"babel-plugin-transform-react-jsx": "^6.24.1",
"pinia": "^2.0.17",
"css-tree": "^2.1.0",
"markdown-it": "^13.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@npkg/tinymce-plugin": "^0.0.3-beta.21",
"sass": "1.37.5",
"vue": "^3.2.25",
"vite": "^2.9.1",
"vue-tsc": "^0.29.8",
"typescript": "^4.5.4",
"tslib": "^2.3.1",
"tinymce": "5.8.2"
},
"homepage": "https://github.com/tinymce-plugin/build-docs",
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"@types/node": "^17.0.23",
"ts-morph": "^14.0.0"
}
}