-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.51 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
{
"name": "mt-plugin-open-ai",
"version": "1.0.0",
"description": "This is a plugin for the Movable Type. This plugin enables you to convert movie before uploading by ffmpeg.",
"main": "",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack --mode=development --watch",
"check-types": "tsc",
"lint": "eslint --fix --ext .ts --ext .tsx ./mt-static/plugins/OGPEmbed/src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"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-react": "^7.9.4",
"@babel/preset-typescript": "^7.12.1",
"@types/bootstrap": "^5.0.1",
"@types/i18next": "^13.0.0",
"@types/jquery": "^3.5.5",
"@types/jqueryui": "^1.12.13",
"@types/react": "^16.9.35",
"@types/tinymce": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.30.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss-loader": "^7.0.2",
"satori": "^0.0.44",
"style-loader": "^3.3.1",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}