-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.32 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.32 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "creative-bot-2",
"version": "2.0.5",
"description": "New version of CreativeBot",
"main": "./dist/main.bundle.js",
"scripts": {
"build": "electron-builder",
"start": "cross-env DEBUG=universal-analytics electron ./dist/main.bundle.js",
"dev": "rimraf dist && cross-env NODE_ENV=development webpack --watch --progress --colors",
"prod": "rimraf dist && cross-env NODE_ENV=production webpack --progress --colors",
"test": "mocha -r ts-node/register -r tsconfig-paths/register \"test/**/*.ts\"",
"build:win": "electron-builder build --win --x64",
"build:mac": "electron-builder build --mac --x64",
"gh-publish": "npm run prod && electron-builder --x64 -p always"
},
"generateUpdatesFilesForAllChannels": true,
"author": "CreativeBuilds",
"license": "MIT",
"dependencies": {
"@trendmicro/react-sidenav": "^0.4.5",
"@types/lodash": "^4.14.145",
"@types/react-select": "^3.0.8",
"@types/react-virtualized": "^9.21.5",
"@types/styled-theming": "^2.2.2",
"@types/universal-analytics": "^0.4.3",
"electron-debug": "^3.0.1",
"electron-updater": "^4.2.0",
"email-validator": "^2.0.4",
"firebase": "^7.1.0",
"graphql-request": "^1.8.2",
"lino-js": "^1.1.1",
"localforage": "^1.7.3",
"moment": "^2.24.0",
"react": "^16.11.0",
"react-detect-offline": "^2.4.0",
"react-dom": "^16.11.0",
"react-icons": "^3.8.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-toggle": "^4.1.1",
"react-virtualized": "^9.21.1",
"request": "^2.88.0",
"rxfire": "^3.8.8",
"rxjs": "^6.5.3",
"rxjs-compat": "^6.5.3",
"styled-components": "^4.4.1",
"styled-theming": "^2.2.0",
"universal-analytics": "^0.4.20"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-router-dom": "^4.3.1",
"@types/react-toggle": "^4.0.2",
"@types/styled-components": "^4.1.22",
"acorn": "^6.0.5",
"ajv": "^6.6.2",
"copy-pkg-json-webpack-plugin": "0.0.38",
"copy-webpack-plugin": "^5.0.5",
"cross-env": "^5.2.1",
"css-loader": "^1.0.1",
"electron": "^3.1.2",
"electron-builder": "^20.38.5",
"electron-log": "^3.0.9",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.15",
"mocha": "^5.2.0",
"rimraf": "^2.6.3",
"source-map-loader": "^0.2.4",
"spectron": "^5.0.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.2.1",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.7.0",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativebuilds/creative-bot"
},
"keywords": [
"Dlive",
"chatbot",
"nodejs",
"javascript"
],
"bugs": {
"url": "https://github.com/creativebuilds/creative-bot/issues"
},
"homepage": "https://github.com/creativebuilds/creative-bot#readme"
}