-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
39
{
"name": "multi-purpose",
"version": "1.0.0",
"description": "My stylish 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.18",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-regular-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@nuxtjs/bulma": "^1.2.1",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@nuxtjs/style-resources": "^0.1.2",
"aos": "^3.0.0-beta.6",
"cross-env": "^5.2.0",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.4.0",
"nuxt-fontawesome": "^0.4.0",
"nuxt-webfontloader": "^1.1.0",
"sass-loader": "^7.1.0",
"sass-mq": "^5.0.0",
"vue-animejs": "^2.1.1",
"vue-carousel": "^0.18.0",
"vue-mq": "^1.0.1",
"vue-youtube-embed": "^2.2.1"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}