This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
70 lines (70 loc) · 1.6 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "LaSuli",
"version": "3.2.6",
"description": "Web extension to annotate text.",
"scripts": {
"start": "webpack && web-ext run",
"lint": "webpack && web-ext lint",
"add-locale": "lingui add-locale",
"extract": "lingui extract",
"compile": "lingui compile",
"build": "webpack && web-ext sign --api-key $npm_config_api_key --api-secret $npm_config_api_secret"
},
"author": {
"name": "Aurélien Bénel",
"url": "https://github.com/benel"
},
"contributors": [
{
"name": "Chao Zhou",
"url": "https://github.com/chao"
},
{
"name": "Florent Pergoud",
"url": "https://github.com/flopshoubox"
},
{
"name": "Quentin Villecroze",
"url": "https://github.com/gnoxr"
},
{
"name": "Franck Eyraud",
"url": "https://github.com/franck-eyraud"
},
{
"name": "Triinu Erik",
"url": "https://github.com/triinuerik"
}
],
"license": "GPL-3.0",
"webExt": {
"sourceDir": "extension/"
},
"babel": {
"plugins": [
"macros"
],
"presets": [
"@babel/preset-react"
]
},
"dependencies": {
"hypertopic": "^3.1.6"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-react": "^7.7.0",
"@lingui/cli": "^2.8.3",
"@lingui/core": "^2.8.3",
"@lingui/macro": "^2.8.3",
"@lingui/react": "^2.8.3",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^2.6.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"web-ext": "^3.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}