forked from paperbits/paperbits-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.84 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.84 KB
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
{
"name": "paperbits-demo",
"version": "0.1.423",
"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",
"preview": "http-server ./dist/website -o -a localhost"
},
"devDependencies": {
"@types/google.maps": "^3.44.1",
"@types/knockout.mapping": "^2.0.35",
"@types/knockout.validation": "0.0.37",
"@types/react": "^16.9.53",
"autoprefixer": "10.0.1",
"awesome-typescript-loader": "^5.2.1",
"chokidar": "^3.5.1",
"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",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.0.0",
"path": "^0.12.7",
"postcss-loader": "^4.0.4",
"raw-loader": "^4.0.2",
"sass": "^1.34.0",
"sass-loader": "10.1.1",
"style-loader": "2.0.0",
"terser": "5.2.1",
"terser-webpack-plugin": "4.1.0",
"typescript": "4.0.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.423",
"@paperbits/core": "0.1.423",
"@paperbits/emails": "0.1.423",
"@paperbits/firebase": "0.1.423",
"@paperbits/forms": "0.1.423",
"@paperbits/gtm": "0.1.423",
"@paperbits/intercom": "0.1.423",
"@paperbits/prosemirror": "0.1.423",
"@paperbits/react": "1.0.1",
"@paperbits/styles": "0.1.423",
"@webcomponents/custom-elements": "^1.4.2",
"core-js": "^3.6.5",
"knockout": "^3.5.1",
"knockout-mapping": "^2.6.0",
"knockout.validation": "^2.0.4",
"mime-types": "^2.1.27",
"npm": "^7.14.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-responsive-modal": "^6.0.1",
"rxjs": "^6.6.3",
"zone.js": "^0.11.2"
}
}