-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.26 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
{
"name": "covid-tracker",
"version": "1.0.0",
"engines": {
"node": "10.16.0"
},
"description": "tracks COVID-19 around the world",
"author": {
"name": "Randell Quitain",
"email": "cprjk.buzz@gmail.com",
"url": "https://mugetsu.github.io/personal"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"animated-number-vue": "^1.0.0",
"babel-runtime": "^6.26.0",
"chart.js": "^2.9.3",
"cross-env": "^5.2.0",
"mapbox-gl": "^1.8.1",
"mapbox-gl-vue": "^2.0.4",
"nuxt": "^2.11.0",
"vue-chartjs": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"dotenv": "^8.2.0",
"jest": "^25.1.0",
"jest-serializer-vue": "^2.0.2",
"node-sass": "^4.13.1",
"nodemon": "^1.11.0",
"sass-loader": "^8.0.2",
"vue-jest": "^3.0.5",
"webpack": "^4.42.0"
}
}