-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.12 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
{
"name": "memrise-word-bank-dnd",
"description": "A minimal browser extension for enabling the drag'n'drop of words in the word-bank answers on Memrise.",
"license": "MIT",
"author": "blmage",
"version": "1.0.0",
"homepage": "https://github.com/blmage/memrise-word-bank-dnd",
"scripts": {
"build": "rollup -c --environment production",
"build-debug": "rollup -c --environment development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@shopify/draggable": "^1.0.0-beta.11"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"eslint": "^7.10.0",
"eslint-plugin-jsdoc": "^30.6.1",
"param.macro": "^3.2.1",
"rollup": "^2.30.0",
"rollup-plugin-strict-alias": "^1.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-userscript-metablock": "^0.2.5"
}
}