-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "desktop-avatar",
"version": "0.9.0",
"description": "The new/server version of the Salesbox Desktop Avatar",
"scripts": {
"start": "electron .",
"clean": "node scripts/clean.js",
"build": "npm run parcel-build",
"dist": "npm run parcel-build && electron-builder",
"copy": "node scripts/copy.js",
"with-parcel": "PARCEL_PORT=3001 electron .",
"parcel-build": "node scripts/clean.js && node scripts/copy.js && parcel build web/*.html --dist-dir pub --public-url=./",
"parcel-watch": "node scripts/clean.js && node scripts/copy.js && parcel serve -p 3001 web/*.html --dist-dir pub"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theproductiveprogrammer/desktop-avatar.git"
},
"author": "charles.lobo@gmail.com",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/theproductiveprogrammer/desktop-avatar/issues"
},
"homepage": "https://github.com/theproductiveprogrammer/desktop-avatar#readme",
"devDependencies": {
"electron": "^10.1.3",
"electron-builder": "^22.9.1",
"parcel": "^2.0.0-beta.1",
"sass": "^1.26.11"
},
"dependencies": {
"@tpp/dux": "^4.0.5",
"@tpp/htm-x": "^3.4.0",
"@tpp/req": "^3.1.3",
"archiver": "^5.1.0",
"emojilib": "^2.4.0",
"isomorphic-git": "^1.7.8",
"kafjs": "^1.2.3",
"marked": "^1.2.0",
"puppeteer": "^5.3.1",
"shelljs": "^0.8.4",
"string-similarity": "^4.0.3",
"striptags": "^3.1.1"
},
"build": {
"asarUnpack": "node_modules/puppeteer"
}
}