|
1 | 1 | { |
2 | 2 | "name": "flashair-file-manager", |
3 | | - "version": "0.1.1", |
| 3 | + "version": "0.2.0", |
4 | 4 | "description": "The application to browse and download files on FlashAir™ via the network.", |
5 | 5 | "homepage": "https://github.com/FlashAirDevelopers/FlashAirFileManager", |
6 | 6 | "main": "./src/main/main.js", |
7 | 7 | "scripts": { |
8 | 8 | "dist:win": "npm config set msvs_version 2015 && npm config set scripts-prepend-node-path true && cross-env NODE_ENV=production npm run compile && electron-builder --win --x64", |
9 | 9 | "pack:win": "npm config set msvs_version 2015 && npm config set scripts-prepend-node-path true && cross-env NODE_ENV=production npm run compile && electron-builder --win --x64 --dir", |
| 10 | + "pack:win-dev": "npm config set msvs_version 2015 && npm config set scripts-prepend-node-path true && cross-env NODE_ENV=development npm run compile && electron-builder --win --x64 --dir", |
10 | 11 | "compile": "webpack --config webpack.app.config.js", |
11 | 12 | "lint": "eslint src/**/*.js", |
12 | 13 | "fix": "eslint --fix", |
|
21 | 22 | "javascript" |
22 | 23 | ], |
23 | 24 | "author": "FlashAir Developers", |
24 | | - "license": "Apache 2.0", |
| 25 | + "license": "Apache-2.0", |
25 | 26 | "dependencies": { |
26 | | - "@openid/appauth": "^0.2.2", |
| 27 | + "@openid/appauth": "^0.2.3", |
27 | 28 | "about-window": "^1.8.0", |
28 | 29 | "bootstrap": "^3.3.7", |
29 | 30 | "bootstrap-notify": "^3.1.3", |
30 | 31 | "bootstrap-select": "^1.12.4", |
31 | | - "electron-log": "^2.2.9", |
| 32 | + "electron-log": "^2.2.11", |
32 | 33 | "es6-promise": "^4.1.1", |
33 | | - "handlebars": "^4.0.10", |
| 34 | + "handlebars": "^4.0.11", |
34 | 35 | "isomorphic-fetch": "^2.2.1", |
35 | 36 | "jquery": "^3.2.1", |
36 | 37 | "js-base64": "^2.3.2", |
37 | 38 | "jssha": "^2.3.1", |
38 | | - "keytar": "^4.0.4", |
39 | | - "source-map-support": "^0.4.18", |
| 39 | + "keytar": "^4.0.5", |
| 40 | + "source-map-support": "^0.5.0", |
40 | 41 | "spin.js": "^2.3.2" |
41 | 42 | }, |
42 | 43 | "devDependencies": { |
43 | 44 | "babel-core": "^6.26.0", |
44 | | - "babel-eslint": "^7.2.3", |
| 45 | + "babel-eslint": "^8.0.1", |
45 | 46 | "babel-loader": "^7.1.2", |
| 47 | + "babel-minify-webpack-plugin": "^0.2.0", |
46 | 48 | "babel-preset-es2015": "^6.24.1", |
47 | 49 | "babel-runtime": "^6.26.0", |
48 | | - "clean-webpack-plugin": "^0.1.16", |
49 | | - "cross-env": "^5.0.5", |
50 | | - "css-hot-loader": "^1.3.1", |
| 50 | + "clean-webpack-plugin": "^0.1.17", |
| 51 | + "cross-env": "^5.1.1", |
| 52 | + "css-hot-loader": "^1.3.2", |
51 | 53 | "css-loader": "^0.28.7", |
52 | | - "electron": "^1.7.8", |
53 | | - "electron-builder": "^19.34.1", |
54 | | - "electron-webpack": "^1.6.1", |
55 | | - "eslint": "^4.6.1", |
| 54 | + "electron": "^1.7.9", |
| 55 | + "electron-builder": "^19.45.0", |
| 56 | + "electron-webpack": "^1.11.0", |
| 57 | + "eslint": "^4.10.0", |
56 | 58 | "eslint-config-standard": "^10.2.1", |
57 | | - "eslint-plugin-import": "^2.7.0", |
58 | | - "eslint-plugin-node": "^5.1.1", |
59 | | - "eslint-plugin-promise": "^3.5.0", |
| 59 | + "eslint-plugin-import": "^2.8.0", |
| 60 | + "eslint-plugin-node": "^5.2.1", |
| 61 | + "eslint-plugin-promise": "^3.6.0", |
60 | 62 | "eslint-plugin-standard": "^3.0.1", |
61 | | - "extract-text-webpack-plugin": "^3.0.0", |
62 | | - "file-loader": "^0.11.2", |
| 63 | + "extract-text-webpack-plugin": "^3.0.2", |
| 64 | + "file-loader": "^1.1.5", |
63 | 65 | "handlebars-loader": "^1.6.0", |
64 | 66 | "node-gyp": "^3.6.2", |
65 | 67 | "node-loader": "^0.6.0", |
66 | 68 | "rcedit": "^0.9.0", |
67 | 69 | "shebang-loader": "^0.0.1", |
68 | | - "style-loader": "^0.18.2", |
69 | | - "url-loader": "^0.5.9", |
70 | | - "webpack": "^3.6.0" |
| 70 | + "style-loader": "^0.19.0", |
| 71 | + "url-loader": "^0.6.2", |
| 72 | + "webpack": "^3.8.1" |
71 | 73 | } |
72 | 74 | } |
0 commit comments