-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 837 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 837 Bytes
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
{
"name": "FrontValley",
"version": "1.0.0",
"description": "Cajuina Valley",
"author": "caiovictormc",
"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.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@nuxtjs/axios": "^5.0.0",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-beta",
"cross-env": "^5.2.0",
"nuxt": "^2.0.0",
"nuxt-fontawesome": "^0.3.0",
"vue2-google-maps": "^0.10.2",
"vuex-persistedstate": "^1.4.1"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}