-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
66 lines (66 loc) · 2.43 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
{
"name": "paperbits-demo",
"version": "0.1.526",
"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 serve --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 serve --open --static ./dist/website --no-stats",
"lint": "eslint src/**/*.ts"
},
"devDependencies": {
"@types/google.maps": "^3.54.2",
"@types/knockout.mapping": "^2.0.38",
"@types/knockout.validation": "0.0.40",
"@types/mime": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"autoprefixer": "10.4.16",
"buffer": "^6.0.3",
"bufferutil": "^4.0.7",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "6.8.1",
"eslint": "^8.50.0",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"raw-loader": "^4.0.2",
"sass": "^1.68.0",
"sass-loader": "13.3.2",
"stream-browserify": "^3.0.0",
"style-loader": "3.3.3",
"terser": "5.20.0",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"url-loader": "4.1.1",
"utf-8-validate": "^6.0.3",
"webpack": "5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "^5.9.0"
},
"dependencies": {
"@paperbits/common": "0.1.595",
"@paperbits/core": "0.1.595",
"@paperbits/emails": "0.1.595",
"@paperbits/forms": "0.1.595",
"@paperbits/gtm": "0.1.595",
"@paperbits/intercom": "0.1.595",
"@paperbits/styles": "0.1.595",
"@webcomponents/custom-elements": "^1.6.0",
"core-js": "^3.32.2",
"knockout": "^3.5.1"
}
}