-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 915 Bytes
/
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
{
"name": "covidnepal",
"description": "yet another look at covid-19 cases in nepal",
"author": "sidbelbase",
"version": "1.2.9",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "0.21.1",
"bootstrap": "5.0.0-alpha3",
"core-js": "3.11.0",
"moment": "2.29.1",
"node-sass": "4.14.1",
"popper.js": "1.16.1",
"register-service-worker": "1.7.2",
"sass-loader": "9.0.3",
"vue": "2.6.12",
"vue-choropleth": "0.3.1",
"vue-infinite-loading": "2.4.5",
"vue-meta": "2.4.0",
"vue-router": "3.5.1",
"vue-sequential-entrance": "1.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.12",
"@vue/cli-plugin-pwa": "4.5.12",
"@vue/cli-plugin-router": "4.5.12",
"@vue/cli-service": "4.5.12",
"vue-template-compiler": "2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}