forked from paperbits/paperbits-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.77 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
{
"name": "paperbits-demo",
"version": "0.1.454",
"description": "An example of using Paperbits to build web apps with rich content editing capability.",
"author": "Paperbits",
"license": "MIT",
"keywords": [
"paperbits",
"demo"
],
"scripts": {
"start": "webpack-dev-server --open --config webpack.develop.js",
"build": "webpack --config webpack.build.js",
"build-designer": "webpack --config webpack.designer.js",
"build-publisher": "webpack --config webpack.publisher.js",
"build-runtime": "webpack --config webpack.runtime.js",
"publish": "webpack --config webpack.publisher.js && node dist/publisher/index.js && npm run serve-website",
"serve-website": "webpack-dev-server --open --contentBase dist/website --quiet"
},
"devDependencies": {
"@types/google.maps": "^3.45.6",
"@types/knockout.mapping": "^2.0.36",
"@types/knockout.validation": "0.0.38",
"@types/mime": "^2.0.3",
"@types/react": "^16.9.53",
"autoprefixer": "10.3.7",
"clean-webpack-plugin": "2.0.2",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "5.0.0",
"file-loader": "^6.1.1",
"html-loader": "^1.3.2",
"mini-css-extract-plugin": "^1.6.0",
"path": "^0.12.7",
"postcss-loader": "^4.0.4",
"raw-loader": "^4.0.2",
"sass": "^1.42.1",
"sass-loader": "10.1.1",
"style-loader": "2.0.0",
"terser": "5.2.1",
"terser-webpack-plugin": "4.1.0",
"ts-loader": "^8.3.0",
"typescript": "4.4.3",
"url-loader": "4.1.1",
"webpack": "4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "3.11.0",
"webpack-merge": "^5.1.2"
},
"dependencies": {
"@angular/common": "^10.1.6",
"@angular/compiler": "^10.1.6",
"@angular/core": "^10.1.6",
"@angular/elements": "^10.1.6",
"@angular/platform-browser": "^10.1.6",
"@angular/platform-browser-dynamic": "^10.1.6",
"@paperbits/common": "0.1.454",
"@paperbits/core": "0.1.454",
"@paperbits/emails": "0.1.454",
"@paperbits/firebase": "0.1.454",
"@paperbits/forms": "0.1.454",
"@paperbits/gtm": "0.1.454",
"@paperbits/intercom": "0.1.454",
"@paperbits/prosemirror": "0.1.454",
"@paperbits/react": "1.0.1",
"@paperbits/styles": "0.1.454",
"@webcomponents/custom-elements": "^1.5.0",
"core-js": "^3.18.2",
"knockout": "^3.5.1",
"knockout-mapping": "^2.6.0",
"knockout.validation": "^2.0.4",
"mime": "^2.5.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rxjs": "^6.6.3",
"zone.js": "^0.11.2"
}
}