forked from textbus/textbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.27 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
{
"name": "@textbus/textbus",
"version": "1.0.0-dev",
"description": "A rich text editor",
"main": "./bundles/public-api.js",
"module": "./bundles/public-api.js",
"typings": "./bundles/public-api.d.ts",
"scripts": {
"start": "webpack-dev-server",
"publish:lib": "lerna publish"
},
"author": "tanbo",
"license": "GPL-3.0-only",
"keywords": [
"textbus",
"富文本编辑器",
"wysiwyg",
"wysiwyg editor",
"rich text editor",
"editor",
"html editor",
"web editor",
"typescript editor"
],
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/codemirror": "^5.60.2",
"@types/jest": "^25.1.2",
"@types/node": "^12.7.1",
"@types/pretty": "^2.0.0",
"@types/prismjs": "^1.16.6",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"add-assets-webpack-plugin": "^1.0.0",
"autoprefixer": "^9.6.1",
"babel-jest": "^26.3.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"core-js": "^3.6.4",
"cross-env": "^7.0.2",
"css-loader": "^3.1.0",
"eslint": "^7.12.1",
"eslint-webpack-plugin": "^3.0.1",
"extract-loader": "^3.1.0",
"file-loader": "^4.1.0",
"gulp": "^4.0.2",
"handlebars": "^4.4.3",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"ip": "^1.1.5",
"jest": "^25.1.0",
"lerna": "^4.0.0",
"loader-utils": "^1.2.3",
"mini-css-extract-plugin": "^0.8.0",
"open": "^6.4.0",
"postcss": "^7.0.17",
"postcss-loader": "^3.0.0",
"sass": "^1.38.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-jest": "^25.2.0",
"ts-loader": "^6.2.1",
"typescript": "^4.1.5",
"url-loader": "^2.2.0",
"val-loader": "^1.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@tanbo/bezier": "^1.0.0",
"@tanbo/color": "^0.0.3",
"@tanbo/css-themes": "^0.0.1",
"@tanbo/di": "^1.0.4",
"codemirror": "^5.60.0",
"katex": "^0.13.0",
"pretty": "^2.0.0",
"prismjs": "^1.23.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/textbus/textbus.git"
}
}