forked from paperbits/paperbits-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.4 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
{
"name": "paperbits-demo",
"version": "0.1.202",
"description": "An example of using Paperbits to build web apps with rich content editing capability.",
"author": "Paperbits",
"engines" : { "node" : ">=12.13.0" },
"license": "MIT",
"keywords": [
"paperbits",
"demo"
],
"scripts": {
"start": "webpack-dev-server --open --config webpack.develop.js && webpack --config webpack.runtime.js",
"build-designer": "webpack --config webpack.build.js",
"build-publisher": "webpack --config webpack.publisher.js",
"publish": "webpack --config webpack.publisher.js && node dist/publisher/index.js",
"postinstall": "npm rebuild node-sass"
},
"devDependencies": {
"@types/google-maps": "3.2.2",
"@types/knockout": "3.4.67",
"@types/knockout.validation": "0.0.37",
"@types/react": "^16.9.25",
"autoprefixer": "9.7.5",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "2.0.2",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "3.4.2",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"sass-loader": "8.0.2",
"style-loader": "1.1.3",
"terser": "4.6.10",
"terser-webpack-plugin": "2.3.5",
"typescript": "3.8.3",
"url-loader": "3.0.0",
"webpack": "4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "3.10.3",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@paperbits/common": "0.1.263",
"@paperbits/core": "0.1.263",
"@paperbits/emails": "0.1.263",
"@paperbits/firebase": "0.1.263",
"@paperbits/forms": "0.1.263",
"@paperbits/gtm": "0.1.263",
"@paperbits/intercom": "0.1.263",
"@paperbits/prosemirror": "0.1.263",
"@paperbits/styles": "0.1.263",
"@types/knockout.mapping": "^2.0.35",
"@webcomponents/custom-elements": "^1.4.0",
"core-js": "^3.6.4",
"cssom": "^0.4.4",
"emitter": "0.0.5",
"google-maps": "^4.2.3",
"knockout": "^3.5.1",
"knockout-mapping": "^2.6.0",
"knockout.validation": "^2.0.4",
"mime-types": "^2.1.26",
"react": "^16.11.0",
"react-dom": "^16.11.0"
}
}