forked from samclarke/SCEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.77 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.77 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
{
"name": "@yafnet/sceditor",
"version": "3.2.15",
"description": "Forked SCEditor for YAF.NET.",
"homepage": "http://www.sceditor.com/",
"bugs": "https://github.com/samclarke/SCEditor/issues",
"license": "MIT",
"author": "Sam Clarke <sam@samclarke.com>",
"contributors": [
{
"name": "w8tcha"
}
],
"files": [
"dist/",
"src/",
"CHANGELOG.txt",
"LICENSE.md",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/yafnet/SCEditor.git"
},
"keywords": [
"WYSIWYG",
"BBCode",
"editor",
"contenteditable",
"ui"
],
"engines": {
"node": ">= 0.10.0"
},
"browserslist": [
"last 2 versions"
],
"scripts": {
"test": "grunt test",
"build": "grunt build",
"dev": "node ./tests/dev-server.js"
},
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"@lodder/time-grunt": "^4.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@w8tcha/grunt-dev-update": "^2.3.4",
"autoprefixer": "^10.4.24",
"cssnano": "^7.1.2",
"grunt": "~1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "~2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-qunit": "^10.1.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-eslint": "^26.0.0",
"grunt-rollup": "^12.0.0",
"grunt-sass": "^4.1.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-instrument": "^6.0.3",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.2.0",
"loader-utils": "^3.3.1",
"postcss": "^8.5.6",
"postcss-header": "^3.0.3",
"qunit": "^2.25.0",
"rangy": "^1.3.2",
"sass": "^1.97.3",
"sinon": "^21.0.1",
"webpack": "^5.105.1",
"webpack-dev-server": "^5.2.3"
},
"dependencies": {
"dompurify": "^3.3.1"
}
}