-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "ngx-quill-example",
"version": "3.6.0",
"license": "MIT",
"engines": {
"node": "8"
},
"scripts": {
"start": "webpack-dev-server --progress --port 4000 --mode development",
"build": "rimraf ./dist && webpack --mode production",
"build:deploy": "rimraf ./dist && NODE_ENV=deploy webpack --mode production && gh-pages -d ./dist && rimraf ./dist"
},
"dependencies": {
"@angular/common": "^6.1.7",
"@angular/compiler": "^6.1.7",
"@angular/core": "^6.1.7",
"@angular/forms": "^6.1.7",
"@angular/platform-browser": "^6.1.7",
"@angular/platform-browser-dynamic": "^6.1.7",
"@types/quill": "^1.3.10",
"core-js": "^2.5.7",
"ngx-quill": "^3.6.0",
"quill": "1.3.6",
"quill-image-resize-module": "^3.0.0",
"quill-mention": "^0.2.7",
"rxjs": "^6.3.2",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@types/core-js": "^0.9.46",
"@types/node": "^10.10.1",
"awesome-typescript-loader": "^5.2.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"gh-pages": "^1.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.2",
"string-replace-loader": "^2.1.1",
"style-loader": "^0.21.0",
"ts-helpers": "^1.1.2",
"typescript": "<2.8",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
}
}