-
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) · 861 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 861 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": "holt-soundboard",
"version": "1.0.0",
"description": "The third redesign of Holt Soundboard for web",
"author": "themindstorm",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"nuxt": "^2.12.2",
"nuxt-fontawesome": "^0.4.0"
},
"devDependencies": {
"coffee-loader": "^0.9.0",
"coffeescript": "^2.5.1",
"frontmatter-markdown-loader": "^2.3.0",
"node-sass": "^4.14.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.3.1"
}
}