-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.31 KB
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
{
"name": "mt-plugin-MFA",
"version": "1.0.0",
"description": "This is a plugin for the Movable Type. This plugin provides multi factor authentication feature for the Movable Type.",
"main": "",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack --mode=development --watch",
"check-types": "tsc",
"lint": "eslint --fix --ext .ts --ext .tsx ./mt-static/plugins/MFA/src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "tamano@sixapart.com",
"license": "",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@types/jquery": "^3.5.5",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.3.0",
"prettier": "^2.2.1",
"typescript": "^4.0.5",
"webpack": "^5.4.0",
"webpack-cli": "^4.1.0"
},
"dependencies": {
"qrcode": "^1.5.1"
}
}