-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.23 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": "customerio-gist-web",
"version": "3.12.0",
"description": "Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io",
"private": false,
"scripts": {
"start": "npm-run-all --parallel watch:server watch:build",
"build:prod": "webpack --mode=production --output-filename gist.min.js",
"watch:build": "webpack --watch --progress --mode=development",
"watch:server": "http-server"
},
"browser": "dist/gist.min.js",
"exports": {
"require": "./dist/gist.min.js",
"import": "./src/index.js"
},
"author": "Customer.io (https://customer.io)",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"axios": "^0.28.1",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git://github.com/customerio/gist-web.git"
},
"keywords": [
"gist",
"in-app",
"messages",
"product",
"messaging",
"in-product",
"gist.build",
"customerio"
],
"bugs": {
"url": "https://github.com/customerio/gist-web/issues"
},
"homepage": "https://github.com/customerio/gist-web"
}