forked from marius-wieschollek/passwords-webextension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.58 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
{
"name": "passwords-webextension",
"version": "1.3.1",
"description": "A simple client for the Nextcloud Passwords app",
"private": true,
"scripts": {
"watch": "webpack --env.production=0 --progress --colors --watch",
"watch-chrome": "build=chrome webpack --env.production=0 --progress --colors --watch",
"build": "webpack --env.production",
"build-chrome": "build=chrome webpack --env.production"
},
"dependencies": {},
"devDependencies": {
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"progress-bar-webpack-plugin": "^1.10.0",
"sass-loader": "^5.0.1",
"sass-resources-loader": "^1.3.1",
"uglify-es": "^3.3.7",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.5.9",
"vue": "^2.5.13",
"vue-loader": "^13.7.0",
"vue-qrcode-component": "^2.1.1",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:2024/nextcloud/passwords-webextension.git"
},
"keywords": [
"passwords",
"nextcloud",
"security"
],
"author": "Marius Wieschollek",
"license": "GPL"
}