-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "abt-gmail-and-salesforce-extension",
"private": true,
"version": "1.0.0",
"description": "Google Chrome extension for a custom integration of missing functionality from Lightning for Gmail.",
"scripts": {
"start": "concurrently \"tsc\" \"webpack --w\"",
"tsc": "tsc",
"webpack": "webpack"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:edwin.beltran/chrome-extension-sf-gmail.git"
},
"dependencies": {
"font-awesome": "4.7.0",
"gmail-js": "0.6.10",
"jquery": "^3.4.1",
"jsforce": "1.8.0",
"lodash": "4.17.15",
"uuid": "3.0.1"
},
"devDependencies": {
"@types/chrome": "0.0.46",
"@types/jquery": "2.0.43",
"@types/lodash": "4.14.50",
"@types/webpack": "2.2.15",
"@types/node": "7.0.18",
"@types/uuid": "2.0.29",
"clean-webpack-plugin": "0.1.16",
"concurrently": "3.4.0",
"css-loader": "0.28.1",
"eslint": "^6.8.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"font-awesome-sass-loader": "^2.0.1",
"image-webpack-loader": "3.3.1",
"node-sass": "^4.5.2",
"sass": "^0.5.0",
"sass-loader": "^6.0.5",
"source-map-loader": "^0.2.1",
"style-loader": "0.17.0",
"ts-loader": "2.0.3",
"tslint": "5.2.0",
"typescript": "2.3.2",
"url-loader": "^0.5.8",
"webpack": "2.5.1",
"webpack-dev-server": "^2.4.5",
"webpack-uglify-harmony-package": "1.0.1"
}
}