-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.39 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ryan-shirley",
"version": "1.0.0",
"description": "Nuxt.js project for personal website",
"author": "Ryan Shirley",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "firebase deploy --debug --token \"$FIREBASE_TOKEN\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@nuxtjs/bootstrap-vue": "^2.0.4",
"@nuxtjs/firebase": "^6.1.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/redirect-module": "^0.2.0",
"@nuxtjs/sitemap": "^1.3.1",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.16.0",
"cross-env": "^5.2.1",
"firebase": "^7.17.1",
"i": "^0.3.6",
"node-sass": "^4.14.1",
"npm": "^6.14.7",
"nuxt": "^2.14.0",
"nuxt-fontawesome": "^0.4.0",
"vue-observe-visibility": "^0.4.6",
"vue-scrollto": "^2.18.2"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"firebase-tools": "^8.6.0",
"nodemon": "^2.0.4",
"precss": "^4.0.0",
"sass-loader": "^7.3.1"
},
"browserslist": [
"Chrome >= 45",
"Firefox ESR",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
]
}