-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 4.26 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "buckless-client",
"version": "0.0.1",
"description": "buckless-client",
"author": "Buckless <[email protected]> https://buckless.com",
"contributors": [
"Gabriel Juchault <[email protected]>",
"Axel Mousset <[email protected]>",
"Lucas Soulier <[email protected]>"
],
"repository": "https://github.com/buckless-team/admin.git",
"homepage": "https://buckless.com",
"private": true,
"main": "src/main.js",
"scripts": {
"postinstall": "cd cordova && mkdir -p www && cordova prepare && cd ..",
"buildnative": "electron-rebuild -v $(electron --version | cut -c 2-) -w @pokusew/pcsclite",
"browser": "static dist/browser --port 8081",
"electron": "electron .",
"android": "cd cordova && cordova run android --emulator",
"android:device": "cp -rf dist cordova/www && cd cordova && cordova run android --device",
"dev:android": "cross-env TARGET=cordova NODE_ENV=development PLATFORM=android webpack --config build/webpack.dev.conf.js --progress --hide-modules --watch",
"dev:browser": "cross-env TARGET=browser NODE_ENV=development node build/dev-server.js",
"dev:electron": "cross-env TARGET=electron NODE_ENV=development node build/dev-server.js",
"build:browser": "cross-env TARGET=browser node build/build.js",
"build:electron": "cross-env TARGET=electron node build/build.js",
"build:android": "cross-env TARGET=cordova PLATFORM=android node build/build.js"
},
"dependencies": {
"@buckless/signed-number": "^1.1.1",
"@pokusew/pcsclite": "^0.4.18",
"async": "^2.2.0",
"axios": "^0.16.2",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"dexie": "^2.0.1",
"electron": "^1.6.11",
"lodash.clonedeep": "^4.5.0",
"lodash.countby": "^4.6.0",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2",
"lodash.merge": "^4.6.0",
"lodash.padstart": "^4.6.1",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"lodash.uniqueid": "^4.0.1",
"normalize.css": "^7.0.0",
"rusha": "^0.8.11",
"slugify": "^1.0.2",
"socket.io-client": "^2.0.3",
"unzip": "^0.1.11",
"vue": "^2.3.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.24.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.3.2",
"babel-register": "^6.22.0",
"chalk": "^2.3.0",
"connect-history-api-fallback": "^1.1.0",
"copy-webpack-plugin": "^4.0.1",
"cordova": "^8.0.0",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"electron-packager": "^10.1.1",
"electron-rebuild": "^1.5.11",
"eslint": "^4.1.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.7.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.0.2",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"json-loader": "^0.5.4",
"macro-loader": "^1.0.0",
"node-static": "^0.7.9",
"opn": "^5.2.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"post-compile-webpack-plugin": "^0.1.1",
"postcss-calc": "^6.0.0",
"postcss-color-function": "^4.0.0",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.0.1",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.5",
"postcss-mixins": "^6.0.0",
"postcss-nested": "^3.0.0",
"postcss-simple-vars": "^4.0.0",
"semver": "^5.3.0",
"shelljs": "^0.8.1",
"url-loader": "^0.6.2",
"vue-loader": "^13.0.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.3",
"webpack": "^3.0.0",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^2.0.4",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}