-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "thunderbirdconversations",
"version": "0.0.1",
"description": "Thunderbird Conversations",
"repository": {
"type": "git",
"url": "[email protected]:protz/thunderbird-conversations.git"
},
"browserslist": "Firefox > 60",
"bugs": {
"url": "https://github.com/protz/thunderbird-conversations/issues"
},
"engines": {
"thunderbird": ">=45.0a1"
},
"dependencies": {
"pdfjs-dist": "2.0.943",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"redux": "4.0.1"
},
"devDependencies": {
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"eslint": "5.16.0",
"eslint-plugin-html": "5.0.3",
"eslint-plugin-mozilla": "1.2.1",
"eslint-plugin-no-unsanitized": "3.0.2",
"eslint-plugin-react": "7.12.4",
"npm-run-all": "4.1.5",
"prop-types": "15.7.2"
},
"scripts": {
"build": "./build.sh",
"test": "npm-run-all test:*",
"test:lint": "eslint --ext js,jsx,xhtml .",
"preversion": "npm test",
"version": "scripts/update-version.sh"
},
"license": "MPL-1.1"
}