-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
135 lines (135 loc) · 4.25 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
125
126
127
128
129
130
131
132
133
134
135
{
"name": "eqalert.ru",
"version": "3.1.0",
"description": "Eqalert.ru – the real-time information resource about earthquakes, seismic impacts and hazards",
"author": "blackst0ne <[email protected]>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"build": "node build/build.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/specs test/e2e/specs"
},
"dependencies": {
"@mapbox/timespace": "^2.0.4",
"axios": "^0.27.2",
"bootstrap": "^4.1.1",
"chart.js": "^2.9.4",
"cryptiles": "^4.1.3",
"font-awesome": "^4.7.0",
"idle-vue": "^2.0.5",
"leaflet": "^1.8.0",
"leaflet-dvf": "^0.3.1",
"leaflet-fullscreen": "^1.0.2",
"leaflet-gesture-handling": "^1.2.2",
"leaflet-spin": "^1.1.2",
"leaflet-yandex-tile": "github:armd-pro/leaflet.yandex-map-tile",
"leaflet-zoomhome": "github:armd-pro/leaflet.zoomhome",
"leaflet.gridlayer.googlemutant": "^0.13.5",
"leaflet.markercluster": "^1.5.3",
"luxon": "^1.28.0",
"vue": "^2.5.21",
"vue-analytics": "^5.16.1",
"vue-axios": "^3.4.1",
"vue-chartjs": "^2.8.7",
"vue-datetime": "^1.0.0-beta.14",
"vue-flatpickr-component": "^7.0.6",
"vue-markdown": "^2.2.4",
"vue-meta": "^1.5.8",
"vue-moment": "^4.1.0",
"vue-router": "^3.0.2",
"vue-simple-spinner": "^1.2.8",
"vue-toasted": "^1.1.26",
"vue-yandex-metrika": "^1.7.2",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"weekstart": "^1.1.0"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.28",
"autoprefixer": "^7.2.6",
"axios-mock-adapter": "^1.16.0",
"babel-core": "^6.26.3",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.5",
"babel-plugin-istanbul": "^5.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.26.0",
"bootstrap-vue": "^2.0.0-rc.11",
"chai": "^3.5.0",
"chalk": "^2.4.1",
"chromedriver": "^87.0.1",
"compression-webpack-plugin": "^1.1.12",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.11",
"cssnano": "^4.1.10",
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"flush-promises": "^1.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.19.1",
"inject-loader": "^4.0.1",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.4.0",
"karma-sinon-chai": "^1.3.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"nightwatch": "^1.0.18",
"node-sass": "^7.0.1",
"opn": "^5.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^1.4.0",
"phantomjs-prebuilt": "^2.1.16",
"puppeteer": "^1.13.0",
"rimraf": "^2.6.3",
"sass-loader": "^6.0.7",
"selenium-server": "^3.141.59",
"semver": "^5.6.0",
"shelljs": "^0.8.5",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"style-loader": "^0.18.2",
"url-loader": "^1.1.2",
"vue-loader": "^14.2.3",
"vue-style-loader": "^3.1.2",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.29.5",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.1.5"
},
"engines": {
"node": ">= 14.17.0",
"npm": ">= 6.14.13"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}