-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 858 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
{
"name": "nuxt-black-dashboard",
"version": "1.1.0",
"description": "Nuxt Black Dashboard",
"author": "creativetim",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"bootstrap": "4.3.1",
"chart.js": "2.9.4",
"d3": "7.7.0",
"element-ui": "2.15.12",
"es6-promise": "4.2.8",
"fuse.js": "6.6.2",
"google-maps": "3.2.1",
"nuxt": "2.15.8",
"nuxt-i18n": "^6.1.0",
"perfect-scrollbar": "^1.5.5",
"register-service-worker": "^1.7.2",
"tween.js": "16.6.0",
"vue-chartjs": "3.5.1",
"vue-i18n": "8.0.0",
"vue2-transitions": "0.3.0"
},
"devDependencies": {
"babel-plugin-component": "^1.1.1",
"sass": "1.56.2",
"sass-loader": "10.1.1"
}
}