-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.92 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 2.92 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
95
96
97
98
99
100
101
102
103
{
"name": "@linc-technologies/ember-tinymce",
"version": "0.5.0",
"description": "An ember addon to bring TinyMCE v6 to ambitious applications!",
"keywords": [
"ember-addon",
"emberjs",
"ember",
"wysiwyg",
"text",
"editor",
"tinymce"
],
"license": "MIT",
"author": "Matthew Hartstonge",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"ci": "yarn install --ignore-engines --frozen-lockfile",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^7.1.2"
},
"devDependencies": {
"@ember/optional-features": "^0.6.3",
"broccoli-asset-rev": "^2.7.0",
"ember-cli": "^3.20.0",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-eslint": "^4.2.3",
"ember-cli-htmlbars": "^3.0.0",
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-inject-live-reload": "^1.8.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^1.0.0-beta.1",
"ember-cli-uglify": "^2.1.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.1.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-modal-dialog": "^3.0.1",
"ember-qunit": "^3.5.3",
"ember-resolver": "^5.0.1",
"ember-source": "~3.8.0",
"ember-source-channel-url": "^1.1.0",
"ember-try": "^1.0.0",
"eslint-plugin-ember": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"loader.js": "^4.7.0",
"qunit-dom": "^0.8.0"
},
"resolutions": {
"**/fsevents": "npm:empty-npm-package@1.0.0",
"@babel/core": "^7.29.7",
"@babel/helper-define-polyfill-provider": "^0.4.3",
"@babel/helpers": "^7.26.10",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/runtime": "^7.26.10",
"@babel/traverse": "^7.26.9",
"@babel/types": "^7.26.9",
"ajv": "6.12.3",
"ansi-html": "0.0.8",
"babel-plugin-polyfill-corejs2": "^0.4.6",
"babel-plugin-polyfill-corejs3": "^0.8.5",
"babel-plugin-polyfill-es-shims": "^0.10.0",
"babel-plugin-polyfill-regenerator": "^0.5.3",
"braces": "3.0.3",
"clean-css": "^4.1.11",
"cross-spawn": "7.0.5",
"got": "11.8.5",
"http-cache-semantics": "4.1.1",
"js-yaml": "3.14.2",
"json5": "1.0.2",
"lodash.template": "npm:lodash@4.18.1",
"markdown-it": "14.2.0",
"merge": "^2.1.1",
"micromatch": "4.0.8",
"on-headers": "1.1.0",
"path-to-regexp": "0.1.13",
"qs": "6.15.2",
"terser": "4.8.1",
"tmp": "0.2.7",
"uuid": "11.1.1"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"repository": {
"type": "git",
"url": "https://github.com/linc-technologies/ember-tinymce.git"
}
}