-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
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
{
"name": "blog",
"version": "1.0.0",
"description": "My great Nuxt.js project",
"author": "Radmir Nabiullin",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/style-resources": "^0.1.2",
"cross-env": "^5.2.0",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.6.3",
"nuxt-fontawesome": "^0.4.0",
"nuxt-webfontloader": "^1.0.0",
"sass-loader": "^7.1.0",
"sass-mq": "^5.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-mq": "^1.0.1",
"vuetify": "^2.0.0-alpha.6"
},
"devDependencies": {
"material-design-icons-iconfont": "^4.0.5",
"nodemon": "^1.18.9"
}
}