forked from EnlighterJS/EnlighterJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·76 lines (76 loc) · 1.96 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
{
"name": "enlighterjs",
"description": "an open source syntax highlighter written in pure javascript",
"version": "3.5.1",
"homepage": "https://enlighterjs.org",
"author": {
"name": "Andi Dittrich",
"url": "https://andidittrich.de"
},
"license": "MPL-2.0",
"repository": "EnlighterJS/EnlighterJS",
"bugs": {
"url": "https://github.com/EnlighterJS/EnlighterJS/issues"
},
"scripts": {
"test": "eslint src/"
},
"browser": "./dist/enlighterjs.min.js",
"files": [
"dist/"
],
"keywords": [
"c++",
"code",
"coding",
"cpp",
"css",
"customizable",
"html",
"java",
"javascript",
"mootools",
"php",
"Python",
"Ruby",
"shell",
"sourcecode",
"sql",
"syntax",
"highlighting",
"themes",
"visual",
"editor",
"xml"
],
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@rollup/plugin-node-resolve": "^13.0.5",
"clean-css": "~5.2.1",
"eslint": "^8.0.1",
"eslint-config-aenondynamics": "^0.2.0",
"eslint-plugin-react": "^7.19.0",
"express": "^4.16.2",
"fancy-log": "^1.3.2",
"fs-magic": "^2.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-less": "^5.0.0",
"gulp-prettyerror": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.0",
"rollup": "^2.33.3",
"rollup-plugin-babel": "^4.4.0",
"uglify-js": "~3.14.2"
},
"dependencies": {
"dom-magic": "^1.0.0"
}
}