forked from 8AGame/CocosPay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
106 lines (106 loc) · 3.18 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
{
"name": "CocosPay",
"version": "1.0.1",
"description": "CocosPay",
"author": "[email protected]",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"dev": "webpack --config ./core/webpack.dev.js --hide-modules",
"newDev": "webpack --config ./core/webpack.dev.new.js --hide-modules",
"clean": "rimraf build",
"build": "npm run clean && webpack --config ./core/webpack.prod.js -p --progress --hide-modules --colors"
},
"dependencies": {
"aes-js": "^3.1.1",
"axios": "^0.17.0",
"bigi": "^1.4.2",
"bignumber.js": "^7.2.1",
"buffer": "^5.2.1",
"crypto": "^1.0.1",
"dateformat": "^3.0.3",
"element-ui": "^2.0.1",
"elliptic": "^6.4.1",
"extension-streams": "^1.0.7",
"jazzicon": "^1.5.0",
"js-sha3": "^0.8.0",
"jssha": "^2.3.1",
"lodash": "^4.17.4",
"pbkdf2": "^3.0.17",
"perfect-scrollbar": "^1.4.0",
"tcomb": "^3.2.29",
"tronweb": "^2.1.3",
"uuid": "^3.3.2",
"v-click-outside": "^2.0.1",
"validator": "^10.8.0",
"vue": "^2.5.2",
"vue-awesome": "^3.1.3",
"vue-clipboard2": "^0.2.1",
"vue-drawer-layout": "^0.3.1",
"vue-i18n": "^8.1.0",
"vue-infinite-loading": "^2.3.3",
"vue-intl": "^2.1.1",
"vue-meta": "^1.2.0",
"vue-moment": "^4.0.0",
"vue-pouch": "^0.0.22",
"vue-qriously": "^1.1.1",
"vue-router": "^3.0.1",
"vue2-simplert": "^0.8.0",
"vuex": "^3.0.0",
"vuex-persistedstate": "^2.5.4",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"archiver": "^2.1.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-component": "^1.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"bcxjs-api": "^1.3.6",
"bcxjs-cores": "^1.0.2",
"buble": "^0.16.0",
"buble-loader": "^0.4.1",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.0",
"css-loader": "^0.28.7",
"enhanced-resolve": "^3.4.1",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue-libs": "^1.2.1",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"generate-json-webpack-plugin": "^0.3.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"nodemon": "^1.12.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"url-loader": "^0.6.2",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.17",
"wcer": "^1.0.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^4.1.0",
"ws": "^3.2.0",
"zip-webpack-plugin": "^2.0.0"
}
}