-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 3.99 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 3.99 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
{
"name": "tesselo-vue",
"version": "2.0.0",
"description": "Tesselo App",
"author": "Daniel Wiesmann <[email protected]> | Vitor Paixão <[email protected]> | Daniel Moreno <[email protected]>",
"private": true,
"scripts": {
"prepare": "npx husky install",
"build:dev": "API_ENV=production NODE_ENV=development webpack serve --config build/webpack.dev.js --open",
"build:production": "NODE_ENV=production webpack --config build/webpack.prod.js",
"unit": "jest --config tests/unit/jest.conf.js --passWithNoTests ",
"lint": "eslint --ext .js,.vue src tests",
"lint:css": "stylelint 'src/**/*.vue' 'src/**/*.scss'"
},
"dependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@popperjs/core": "^2.10.2",
"@sentry/tracing": "^6.3.6",
"@sentry/vue": "^6.3.6",
"@tweenjs/tween.js": "^18.6.4",
"axios": "^0.23.0",
"babel-register": "^6.26.0",
"canvg": "^3.0.8",
"clean-webpack-plugin": "^4.0.0",
"colorbrewer": "^1.5.1",
"css-minimizer-webpack-plugin": "^3.0.2",
"d3-queue": "^3.0.7",
"detect-it": "^4.0.1",
"es6-promise": "^4.2.8",
"eslint-friendly-formatter": "^4.0.1",
"html-loader": "^2.1.2",
"html-minifier-terser": "^6.0.2",
"html2canvas": "^1.3.2",
"husky": "^7.0.4",
"image-minimizer-webpack-plugin": "^2.2.0",
"jest-environment-jsdom": "^27.3.1",
"jest-worker": "^27.2.0",
"jspdf": "^2.4.0",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet-geosearch": "^3.6.0",
"leaflet-range": "0.1.5",
"leaflet.defaultextent": "0.0.3",
"leaflet.vectorgrid": "1.3.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.4.1",
"mapbox-gl-leaflet": "0.0.15",
"moment": "^2.29.1",
"object-hash": "^2.2.0",
"path-browserify": "^1.0.1",
"placeholder": "^1.0.2",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"sass-resources-loader": "^2.2.4",
"spinner": "^0.3.4",
"terser-webpack-plugin": "^5.2.4",
"v-media-query": "^1.0.4",
"vee-validate": "^3.4.12",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-head": "^2.2.0",
"vue-router": "^3.5.2",
"vue2-leaflet": "^2.2.1",
"vue2-leaflet-vectorgrid": "^1.1.1",
"vuex": "^3.6.2",
"vuex-router-sync": "5.0.0",
"wellknown": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@types/leaflet": "^1.7.5",
"@vue/test-utils": "^1.2.2",
"autoprefixer": "^10.3.7",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-vue": "^2.0.2",
"bootstrap": "^5.1.3",
"chalk": "^4.1.2",
"chart.js": "^2.9.4",
"chromedriver": "^94.0.0",
"cross-spawn": "^7.0.3",
"css-loader": "^6.4.0",
"element-ui": "^2.15.6",
"eslint": "^8.0.1",
"eslint-plugin-vue": "^7.18.0",
"html-webpack-plugin": "^5.4.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"jest": "^27.2.1",
"jest-css-modules": "^2.1.0",
"jest-localstorage-mock": "^2.4.18",
"jest-serializer-vue": "^2.0.2",
"json-server": "^0.17.0",
"mini-css-extract-plugin": "^2.3.0",
"nightwatch": "^1.7.11",
"node-notifier": "^10.0.0",
"node-sass": "^6.0.1",
"portfinder": "1.0.28",
"puppeteer": "^10.4.0",
"rimraf": "^3.0.2",
"sass-loader": "12.2.0",
"selenium-server": "^3.141.59",
"semver": "^7.3.5",
"style-loader": "^3.3.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-processor-html": "1.0.0",
"svgo-loader": "^3.0.0",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.58.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0",
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">= 12.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}