-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 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
{
"name": "tinymce-vr-button",
"version": "1.0.0",
"description": "TinyMCE 4 VR Button Plugin for 720yun.com - Inline VR 360° panorama viewer",
"main": "docs/plugin.min.js",
"files": [
"docs/",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MMHK/tinymce-VR-button.git"
},
"bugs": {
"url": "https://github.com/MMHK/tinymce-VR-button/issues"
},
"homepage": "https://github.com/MMHK/tinymce-VR-button#readme",
"scripts": {
"dev": "rspack serve --mode development",
"build": "rspack build --mode production",
"build:dev": "rspack build --mode development",
"clean": "rm -rf dist docs",
"prepublishOnly": "yarn build"
},
"keywords": [
"tinymce",
"plugin",
"vr",
"720yun",
"360",
"panorama"
],
"author": "MMHK",
"license": "Apache-2.0",
"packageManager": "yarn@4.12.0",
"devDependencies": {
"@rspack/cli": "^1.2.0",
"@rspack/core": "^1.2.0",
"@rspack/dev-server": "^1.2.0",
"css-loader": "^7.1.0",
"expose-loader": "^5.0.1",
"html-webpack-plugin": "^5.6.0",
"imports-loader": "^5.0.0",
"mini-css-extract-plugin": "^2.9.0",
"style-loader": "^4.0.0",
"tinymce": "4.0.26"
}
}