-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "electors",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate && nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.27",
"@amcharts/amcharts4-geodata": "^4.1.23",
"@amcharts/amcharts5": "^5.2.21",
"@amcharts/amcharts5-geodata": "^5.0.3",
"@fortawesome/fontawesome-free": "^6.2.0",
"@mdi/font": "^7.0.96",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/sitemap": "^2.4.0",
"chart.js": "^2.9.4",
"core-js": "^3.19.3",
"date-fns": "^2.24.0",
"express": "^4.17.1",
"express-jwt": "^6.1.0",
"knex": "^0.95.11",
"material-design-icons-iconfont": "^6.7.0",
"nuxt": "^2.15.8",
"nuxt-cloudflare-analytics": "^0.1.5",
"nuxt-supabase": "^2.3.1",
"pg": "^8.7.1",
"vue-chartjs": "^3.5.1",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.6.1",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3"
}
}