forked from bparticle/er301-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 847 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
{
"name": "er301hub",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"@nuxt/content": "^1.9.0",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/bulma": "^1.3.0",
"@nuxtjs/pwa": "^3.0.2",
"core-js": "^3.6.5",
"lodash": "^4.17.21",
"nuxt": "^2.14.6",
"vue-avatar": "^2.3.3",
"vue-lodash": "^2.1.2",
"vue-moment": "^4.1.0",
"vue-youtube-embed": "^2.2.2"
},
"devDependencies": {
"@nuxtjs/style-resources": "^1.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"push-dir": "^0.4.1",
"sass": "^1.43.4",
"sass-loader": "^10.1.1"
}
}