-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "@slimkit/plus-editor",
"version": "1.2.8",
"description": "rich-text editor for plus",
"main": "dist/main.bundle.js",
"repository": "[email protected]:mutoe/plus-editor.git",
"author": "mutoe <[email protected]>",
"private": false,
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --mode production",
"lint": "eslint . --ext .js,.ts",
"serve": "serve dist -l 8089",
"test": "cypress run",
"test:dev": "yarn dev --port 8089 & cypress open"
},
"dependencies": {
"@types/spark-md5": "^3.0.2",
"axios": "^0.19.0",
"eventemitter3": "^4.0.0",
"quill": "^1.3.7",
"quill-delta": "^4.2.1",
"spark-md5": "^3.0.0"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/quill": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.0",
"css-loader": "^3.4.0",
"cypress": "^3.8.1",
"eslint": "^6.8.0",
"eslint-plugin-cypress": "^2.8.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.2",
"prettier": "^1.19.1",
"serve": "^11.3.0",
"source-map": "^0.7.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}