-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"scripts": {
"watch": "webpack --watch",
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.2.0",
"style-loader": "^1.1.3",
"vue-style-loader": "^4.1.2",
"webextension-polyfill": "^0.6.0",
"webpack-dev-server": "^3.10.3",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime-corejs3": "^7.4.0",
"archiver": "^3.0.0",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.0.1",
"cross-env": "^5.2.0",
"css-loader": "^3.4.0",
"ejs": "^2.6.1",
"file-loader": "^5.0.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.6.10",
"web-ext-types": "^2.1.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.10",
"webpack-extension-reloader": "^1.1.0"
},
"name": "my-butler",
"version": "0.1.0",
"main": "index.js",
"dependencies": {
"vue": "^2.6.10",
"webextension-polyfill": "^0.3.1",
"lodash": "^4.17.15",
"postcss": "^6.0.19",
"postcss-loader": "^2.1.6",
"tailwindcss": "^1.2.0"
},
"keywords": [],
"author": "",
"license": "GNU AGPL3",
"description": "Your butler to assist your navigation",
"private": true
}