-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "ooby",
"version": "1.0.0",
"description": "My wicked Nuxt.js project",
"author": "Tyler Lane",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=master --cleanup"
},
"dependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/free-brands-svg-icons": "^5.1.0",
"@fortawesome/free-solid-svg-icons": "^5.1.0",
"@fortawesome/vue-fontawesome": "^0.1.0",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/google-analytics": "^2.0.2",
"ajv": "^6.5.2",
"bootstrap": "^4.0.0-beta.2",
"bootstrap-vue": "^2.0.0-rc.11",
"jquery": "^3.3.1",
"limax": "^1.6.0",
"node-sass": "^4.9.0",
"nuxt": "^1.0.0",
"nuxt-fontawesome": "^0.3.0",
"pug": "^2.0.3",
"sass-loader": "^7.0.3",
"vue-analytics": "^5.12.2",
"vue-markdown": "^2.2.4"
},
"devDependencies": {
"cross-env": "^5.0.1",
"push-dir": "^0.4.1"
}
}