-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "telemedlist",
"version": "1.0.0",
"description": "全国オンライン診療実施医療機関リスト",
"author": "fukumura",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt-generate -w 4",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.9.7",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.2.3",
"algoliasearch": "^4.2.0",
"axios": "^0.19.2",
"axios-jsonp": "^1.0.4",
"chart.js": "^2.9.3",
"core-js": "2.6.11",
"firebase": "^7.14.1",
"npm": "^6.14.6",
"nuxt": "^2.0.0",
"nuxt-generate-cluster": "^2.7.0",
"vue-chartjs": "^3.5.0",
"vue-jsonp": "^0.1.8",
"vue2-google-maps": "^0.10.7",
"vuetify": "^2.3.1",
"vuexfire": "^3.2.0-alpha.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.2"
}
}