-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.93 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
{
"name": "duolingo-sound-controls",
"description": "A browser extension providing fine-grained sound controls for Duolingo.",
"license": "MIT",
"author": "blmage",
"version": "1.7.1",
"homepage": "https://github.com/blmage/duolingo-sound-controls",
"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": {
"chrome-storage-promise": "git+https://github.com/blmage/chrome-storage-promise.git#semver:^1.0.0",
"classnames": "^2.3.1",
"duo-toolbox": "git+https://github.com/blmage/duo-toolbox.git#semver:^3.7.0",
"lodash.merge": "^4.6.2",
"preact": "^10.5.14",
"preact-use": "git+https://github.com/blmage/preact-use.git#semver:^17.3.1-patch",
"primeflex": "^2.0.0",
"primeicons": "^4.1.0",
"primereact": "^6.5.1",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/plugin-transform-react-jsx-source": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.2.0",
"eslint-config-preact": "^1.2.0",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.3.0",
"one-liner.macro": "git+https://github.com/blmage/one-liner.macro.git#semver:^3.3.0",
"rollup": "^2.79.2",
"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"
}
}