forked from sjoon22/DB_bold
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 934 Bytes
/
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": "medium-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/codemirror": "^5.60.15",
"css-loader": "^7.1.2",
"flask": "^0.2.10",
"npm": "^10.8.0",
"string-similarity": "^4.0.4",
"style-loader": "^4.0.0"
},
"devDependencies": {
"@types/chrome": "^0.0.193",
"@types/codemirror": "^5.60.15",
"@types/jquery": "^3.5.30",
"@types/string-similarity": "^4.0.2",
"codemirror": "^5.65.16",
"copy-webpack-plugin": "^12.0.2",
"jquery": "^3.5.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
}
}