-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.42 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
{
"name": "duolingo-word-bank-dnd",
"description": "A minimal browser extension for enabling the drag'n'drop of words in the word-bank answers on Duolingo.",
"license": "MIT",
"author": "blmage",
"version": "2.4.1",
"homepage": "https://github.com/blmage/duolingo-word-bank-dnd",
"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": {
"@shopify/draggable": "^1.0.0-beta.12",
"chrome-storage-promise": "git+https://github.com/blmage/chrome-storage-promise.git#semver:^1.0.0",
"duo-toolbox": "git+https://github.com/blmage/duo-toolbox.git#semver:^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^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-plugin-jsdoc": "^46.8.2",
"one-liner.macro": "git+https://github.com/blmage/one-liner.macro.git#semver:^3.3.0",
"rollup": "^2.55.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-strict-alias": "^1.0.0",
"rollup-plugin-terser": "^7.0.2"
}
}