forked from codeforjapan/mapprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"name": "mapprint-nuxt",
"version": "1.0.0",
"description": "migrate to nuxt",
"author": "code for japan",
"private": true,
"scripts": {
"dev": "nuxt",
"dev-cross-env": "cross-env NUXT_HOST=0.0.0.0 NUXT_PORT=3333 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"createtiles": "node createtiles.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"dev-debug": "node --inspect-brk=9229 node_modules/nuxt/bin/nuxt"
},
"browserslist": [
"last 2 version",
"android >= 4.4",
"IE 11"
],
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@mapbox/togeojson": "^0.16.0",
"@nuxt/typescript-runtime": "^0.1.7",
"@nuxtjs/axios": "^5.13.1",
"@types/maplibre-gl": "^1.13.0",
"geojson": "^0.5.0",
"js-crc": "^0.2.0",
"ky": "^0.15.0",
"maplibre-gl": "^1.13.0-rc.5",
"nuxt": "^2.14.7",
"nuxt-i18n": "^6.20.4",
"simplebar-vue": "^1.6.0",
"ts-node": "^8.10.2",
"viewport-units-buggyfill": "^0.6.2",
"vue": "^2.7.0",
"vue-i18n": "^8.23.0",
"vue-mapbox": "^0.4.1"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.2.10",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.2.0",
"@types/geojson": "^7946.0.7",
"babel-eslint": "^10.1.0",
"cross-env": "^6.0.3",
"css-mqpacker": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.7.0",
"fs": "0.0.1-security",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.1.0",
"sass": "^1.69.6",
"sass-loader": "^10.0.4",
"shelljs": "^0.8.5",
"sort-css-media-queries": "^1.5.4",
"ts-loader": "^6.2.2"
}
}