-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.9 KB
/
package.json
File metadata and controls
146 lines (146 loc) · 4.9 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "ark-explorer",
"version": "3.0.0",
"description": "A Blockchain Explorer for ARK using Vue.js and Tailwind CSS",
"author": "Brian Faust",
"repository": {
"type": "git",
"url": "git+https://github.com/arkecosystem/explorer.git"
},
"bugs": {
"url": "https://github.com/arkecosystem/explorer/issues"
},
"license": "MIT",
"scripts": {
"build": "node build/build.js",
"build:mainnet": "node build/build.js --network mainnet",
"build:devnet": "node build/build.js --network devnet",
"build:testnet": "node build/build.js --network testnet",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"dev:mainnet": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --env.network=mainnet",
"dev:devnet": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --env.network=devnet",
"dev:testnet": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --env.network=testnet",
"test": "yarn test:unit && yarn test:e2e",
"test:unit": "jest --maxWorkers=2 --config __tests__/unit/jest.conf.js",
"test:e2e": "cypress run",
"test:e2e:ci": "start-server-and-test dev http://localhost:8080 test:e2e",
"lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src __tests__",
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src __tests__",
"task:deploy": "cross-env-shell ./scripts/deploy.sh"
},
"dependencies": {
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"chart.js": "^2.8.0",
"connect-history-api-fallback": "^1.6.0",
"express": "^4.17.1",
"generic-pool": "^3.7.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-emoji": "^1.10.0",
"qrious": "^4.0.2",
"v-tooltip": "^2.0.2",
"vue": "^2.6.10",
"vue-chartjs": "^3.4.2",
"vue-i18n": "^8.12.0",
"vue-router": "^3.0.7",
"vue-spinner": "^1.0.3",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.5.5",
"@vue/babel-plugin-transform-vue-jsx": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.24",
"autoprefixer": "^9.6.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"compression-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "5.0.3",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"css-loader": "^3.1.0",
"cypress": "^3.4.0",
"es6-promise": "^4.2.8",
"es6-promise-promise": "^1.0.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^13.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^4.1.0",
"friendly-errors-webpack-plugin": "1.7.0",
"glob-all": "^3.1.0",
"html-webpack-plugin": "3.2.0",
"husky": "^3.0.1",
"jest": "^24.8.0",
"jest-localstorage-mock": "^2.4.0",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^9.2.0",
"mini-css-extract-plugin": "^0.7.0",
"minimist": "^1.2.0",
"moment-timezone": "^0.5.26",
"node-notifier": "^5.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^3.4.0",
"phantomjs-prebuilt": "^2.1.16",
"portfinder": "^1.0.20",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-safe-parser": "^4.0.1",
"postcss-url": "^8.0.0",
"promise-polyfill": "^8.1.3",
"purgecss-webpack-plugin": "1.5.0",
"rimraf": "^2.6.3",
"semver": "^6.2.0",
"shelljs": "^0.8.3",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"start-server-and-test": "^1.9.1",
"tailwindcss": "^1.0.5",
"terser-webpack-plugin": "^1.3.0",
"url-loader": "^2.1.0",
"vue-good-table": "^2.16.5",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.37.0",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "4.2.1"
},
"engines": {
"node": ">= 11.10.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}