forked from ArkEcosystemArchive/explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·124 lines (124 loc) · 4.01 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": "ark-explorer",
"version": "3.0.0",
"description": "A Vue.js project",
"author": "pm",
"private": true,
"scripts": {
"build": "node build/build.js",
"build:mainnet": "node build/build.js --network mainnet",
"build:devnet": "node build/build.js --network devnet",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"dev:mainnet": "EXP_NETWORK=mainnet webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"dev:devnet": "EXP_NETWORK=devnet webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"lint": "eslint --ext .js,.vue src test/unit test/e2e/specs --fix"
},
"dependencies": {
"animate.css": "^3.5.2",
"axios": "^0.17.1",
"chart.js": "^2.7.1",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"qrious": "^4.0.2",
"v-tooltip": "^2.0.0-rc.30",
"vue": "^2.5.13",
"vue-chartjs": "3.1.0",
"vue-i18n": "^7.4.1",
"vue-router": "^3.0.1",
"vue-table-component": "faustbrian/vue-table-component",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"chromedriver": "^2.35.0",
"compression-webpack-plugin": "^1.1.6",
"copy-webpack-plugin": "^4.3.1",
"cross-env": "^5.1.3",
"cross-spawn": "^6.0.3",
"css-loader": "^0.28.9",
"es6-promise": "^4.2.4",
"es6-promise-promise": "^1.0.0",
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.0.0",
"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": "^4.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"friendly-errors-webpack-plugin": "^1.6.1",
"glob-all": "^3.1.0",
"html-webpack-plugin": "^2.30.1",
"inject-loader": "^3.0.1",
"karma": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.5.0",
"karma-sinon-chai": "^1.3.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.9",
"minimist": "^1.2.0",
"mocha": "^5.0.0",
"nightwatch": "^0.9.19",
"node-notifier": "^5.2.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.3.0",
"phantomjs-prebuilt": "^2.1.16",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.10",
"postcss-url": "^7.3.0",
"promise-polyfill": "^7.0.2",
"purgecss-webpack-plugin": "^0.20.0",
"rimraf": "^2.6.2",
"selenium-server": "^3.8.1",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"sinon": "^4.2.2",
"sinon-chai": "^2.14.0",
"tailwindcss": "^0.4.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
"vue-loader": "^13.7.0",
"vue-style-loader": "^3.1.1",
"vue-template-compiler": "^2.5.13",
"@vue/test-utils": "^1.0.0-beta.11",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}