This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "schools-and-properties",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"core-js": "^3.15.1",
"lodash.debounce": "^4.0.8",
"mapbox-gl": "^2.5.1",
"maplibre-gl": "^2.0.0-pre.2",
"mini.css": "^3.0.1",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.7",
"offscreen-canvas": "^0.1.1",
"plain-css": "^1.0.7",
"vue-flux": "^6.4.0",
"vue-slider-component": "^3.2.15"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/fontawesome": "^1.1.2",
"@types/lodash.debounce": "^4.0.6",
"@types/offscreencanvas": "^2019.6.4",
"@vue/test-utils": "^1.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.3.1",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.0.0",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.0.5",
"jest-serializer-vue-tjw": "^3.19.0",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"vue-jest": "^3.0.4"
}
}