-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.87 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
{
"name": "duolingo-tts-controls",
"description": "A small browser extension providing playback controls for some of the challenges on Duolingo.",
"license": "MIT",
"author": "blmage",
"version": "2.7.2",
"scripts": {
"build": "rollup -c --environment production",
"build-debug": "rollup -c --environment development",
"watch-debug": "rollup -c --environment development --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.1.0",
"@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",
"duo-toolbox": "git+https://github.com/blmage/duo-toolbox.git#semver:^3.8.0",
"preact": "10.4.8",
"preact-use": "git+https://github.com/blmage/preact-use.git#semver:^17.3.1-patch",
"react-hotkeys-hook": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.2",
"babel-plugin-macros": "^2.8.0",
"eslint": "^8.52.0",
"eslint-config-preact": "^1.1.4",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-react": "^7.24.0",
"one-liner.macro": "git+https://github.com/blmage/one-liner.macro.git#semver:^3.2.2-patch",
"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.0.0",
"rollup-plugin-strict-alias": "^1.0.0",
"rollup-plugin-terser": "^7.0.2"
}
}