forked from afaq-karim/my-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 916 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
{
"name": "my-portfolio",
"version": "1.0.0",
"description": "My pioneering Nuxt.js project",
"author": "Afaq",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@nuxtjs/axios": "^5.3.6",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.11",
"cross-env": "^5.2.0",
"nuxt": "^2.4.0",
"nuxt-fontawesome": "^0.4.0",
"vue-picture-swipe": "^1.1.0"
},
"devDependencies": {
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"nodemon": "^1.18.9",
"prettier": "^1.16.4"
}
}