This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.13 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"author": {
"email": "mubaidr@gmail.com",
"name": "Muhammad Ubaid Raza",
"url": "https://mubaidr.github.io/"
},
"dependencies": {
"vue": "^2.6.11",
"vuedraggable": "^2.23.2"
},
"description": "vue-chrome-extension-boilerplate",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@types/archiver": "^3.0.0",
"@types/babel__core": "^7.1.3",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/eslint": "^6.1.8",
"@types/file-loader": "^4.2.0",
"@types/html-webpack-plugin": "^3.2.2",
"@types/mini-css-extract-plugin": "^0.9.0",
"@types/script-ext-html-webpack-plugin": "^2.1.1",
"@types/stylus": "^0.48.32",
"@types/webpack": "^4.41.6",
"archiver": "^3.1.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.2",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"prettier": "^1.19.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-chrome-extension-reloader": "^1.3.0",
"webpack-cli": "^3.3.10"
},
"license": "MIT",
"name": "vue-chrome-extension-boilerplate",
"repository": {
"type": "git",
"url": "git+https://github.com/mubaidr/vue-chrome-extension-boilerplate.git"
},
"scripts": {
"build": "npm run pack && npm run remove-evals && npm run zip",
"dev": "cross-env NODE_ENV=development webpack --mode development --hide-modules --hot --watch",
"lint": "eslint --fix --ext .js,.vue,.json .",
"pack": "cross-env NODE_ENV=production webpack --mode production --hide-modules",
"remove-evals": "node scripts/remove-evals.js",
"zip": "node scripts/build-zip.js"
},
"version": "1.9.8"
}