-
Notifications
You must be signed in to change notification settings - Fork 536
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "aloha-editor",
"version": "1.0.0",
"description": "The HTML5 WYSIWYG Edito",
"directories": {
"doc": "doc"
},
"engines": {
"node": ">=20"
},
"scripts": {
"cypress:open": "cypress open",
"demo:start": "http-server target/build-profile-with-common-extra-plugins -p 8080",
"demo:build": "node ./node_modules/requirejs/bin/r.js -o build/aloha/build-profile-with-common-extra-plugins.js",
"build": "node ./node_modules/requirejs/bin/r.js -o build/aloha/build-profile-with-common-extra-plugins.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alohaeditor/Aloha-Editor.git"
},
"keywords": [
"wysiwyg",
"editor",
"rte",
"html5",
"contenteditable"
],
"author": {
"name": "The Aloha Editor Team",
"email": "[email protected]",
"web": "https://aloha-editor.org"
},
"bugs": {
"url": "https://github.com/alohaeditor/Aloha-Editor/issues"
},
"homepage": "https://github.com/alohaeditor/Aloha-Editor#readme",
"devDependencies": {
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"cypress": "^12.17.1",
"cypress-real-events": "^1.9.1",
"esbuild": "0.19.3",
"eslint": "^8.49.0",
"eslint-plugin-requirejs": "^4.0.1",
"http-server": "^14.1.1",
"postcss": "^8.4.29",
"postcss-cli": "^10.1.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-import": "^15.1.0",
"postcss-plugin-namespace": "^0.0.3",
"postcss-url": "^10.1.3",
"requirejs": "^2.3.6",
"uglify-js": "^3.17.4"
},
"dependencies": {
"fs-extra": "^11.1.1"
}
}