-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.05 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
{
"private": true,
"name": "logbox",
"version": "0.0.0",
"main": "index.js",
"browserslist": "last 2 Chrome versions, last 2 Firefox versions",
"scripts": {
"dev": "webpack -w --mode development",
"build": "rm -rf extension/dist && webpack --mode production"
},
"license": "unlicensed",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"alpinejs": "^2.3.3",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"mini-css-extract-plugin": "^0.9.0",
"preact": "^10.4.1",
"size-plugin": "^2.0.1",
"terser-webpack-plugin": "^3.0.1",
"typescript": "^3.8.3",
"vue-style-loader": "^4.1.2",
"webextension-polyfill-ts": "^0.15.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-extension-reloader": "^1.1.4"
}
}