-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
57 lines (57 loc) · 2.22 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
{
"name": "duolingo-solution-viewer",
"description": "A browser extension providing access to the complete lists of accepted solutions for Duolingo's translation challenges.",
"license": "MIT",
"author": "blmage",
"version": "4.19.2",
"scripts": {
"build": "rollup -c --environment production",
"build-debug": "rollup -c --environment development",
"watch-debug": "rollup -c --environment development --watch",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/pro-regular-svg-icons": "^6.4.2",
"@fortawesome/pro-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"aphrodite": "^2.4.0",
"dexie": "^4.0.1",
"diff": "^4.0.2",
"duo-toolbox": "git+https://github.com/blmage/duo-toolbox.git#semver:^3.9.0",
"js-cookie": "^2.2.1",
"match-sorter": "^5.0.0",
"moize": "^5.4.7",
"paginator": "^1.0.0",
"preact": "^10.17.1",
"preact-i18n": "^2.1.1-preactx",
"preact-use": "git+https://github.com/blmage/preact-use.git#semver:^17.4.0",
"react-tag-autocomplete": "git+https://github.com/blmage/react-tags.git#semver:^6.3.0",
"use-callback-ref": "^1.2.5",
"wanakana": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.1.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.47.0",
"eslint-config-preact": "^1.3.0",
"eslint-plugin-jsdoc": "^46.4.6",
"eslint-plugin-react": "^7.33.2",
"one-liner.macro": "git+https://github.com/blmage/one-liner.macro.git#semver:^3.3.0",
"rollup": "^2.79.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-purified-css": "git+https://github.com/blmage/rollup-plugin-purified-css.git#semver:^1.1.0",
"rollup-plugin-strict-alias": "^1.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.4"
}
}