-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.48 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-JEj9MMiWLlttbb0NjojJqXDlbRA8WcJ7mD4r1ypUmNY6tnxVZZsetGVehbHDLC/qNA0KKLtVfOdOLLs+tKRbgA==",
"_location": "/peninsula-editor",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "peninsula-editor",
"escapedName": "peninsula-editor",
"rawSpec": "0.4.5",
"saveSpec": null,
"fetchSpec": "0.4.5"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/peninsula-editor/-/peninsula-editor-0.4.5.tgz",
"_shasum": "8f5b825d5523ad9505e2101bcf056306b81da102",
"_spec": "[email protected]",
"_where": "/home/matt/Projects/cpas/masscpas.org",
"author": {
"name": "Tristan Norton [tn]",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/imarc/peninsula/issues"
},
"bundleDependencies": [],
"dependencies": {
"@babel/runtime": "^7.18.3",
"@ckeditor/ckeditor5-alignment": "^36.0.0",
"@ckeditor/ckeditor5-autoformat": "^36.0.0",
"@ckeditor/ckeditor5-basic-styles": "^36.0.0",
"@ckeditor/ckeditor5-block-quote": "^36.0.0",
"@ckeditor/ckeditor5-core": "^36.0.0",
"@ckeditor/ckeditor5-dev-translations": "^35.0.3",
"@ckeditor/ckeditor5-editor-inline": "^36.0.0",
"@ckeditor/ckeditor5-engine": "^36.0.0",
"@ckeditor/ckeditor5-essentials": "^36.0.0",
"@ckeditor/ckeditor5-heading": "^36.0.0",
"@ckeditor/ckeditor5-image": "^36.0.0",
"@ckeditor/ckeditor5-link": "^36.0.0",
"@ckeditor/ckeditor5-list": "^36.0.0",
"@ckeditor/ckeditor5-paragraph": "^36.0.0",
"@ckeditor/ckeditor5-table": "^36.0.0",
"@ckeditor/ckeditor5-theme-lark": "^36.0.0",
"@ckeditor/ckeditor5-ui": "^36.0.0",
"@ckeditor/ckeditor5-upload": "^36.0.0",
"@shopify/draggable": "^1.0.0-beta.8",
"axios": "^0.19.2",
"babel-runtime": "^6.26.0",
"codeflask": "^1.4.1",
"core-js": "^3.22.8",
"lodash": "^4.17.21",
"query-string": "^6.14.1",
"slim-select": "^1.27.1",
"twig": "^1.15.4",
"uuid": "^3.3.3",
"vue": "^2.6.14",
"vue-image-upload-resize": "^2.3.0",
"vuex": "^3.6.2"
},
"deprecated": false,
"description": "A wysiwyg, module-based content editor using vue and ckeditor.",
"devDependencies": {
"@ckeditor/ckeditor5-dev-utils": "^35.0.3",
"@ckeditor/ckeditor5-inspector": "^2.3.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.1.2",
"file-loader": "^6.2.0",
"import-glob-loader": "^1.1.0",
"path": "^0.12.7",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-loader": "^4.0.0",
"raw-loader": "^4.0.2",
"sass-loader": "^10.2.1",
"standard": "^14.3.4",
"style-loader": "^1.3.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
},
"homepage": "https://github.com/imarc/peninsula#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "peninsula-editor",
"repository": {
"type": "git",
"url": "git+https://github.com/imarc/peninsula.git"
},
"scripts": {
"docs": "docsify serve docs",
"prepare": "webpack --config webpack.config.js"
},
"version": "0.5.9"
}