-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 855 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
{
"name": "dr-what",
"version": "1.0.0",
"description": "Online in Echtzeit Arztbriefe analysieren | Dr.What?",
"author": "erichier",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate && node fix-manifest.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxtjs/pwa": "^3.0.0-0",
"animate.css": "^3.7.2",
"firebase": "^8.6.4",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"nuxt": "^2.15.6",
"typeface-lato": "0.0.75"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.1.2",
"node-sass": "^6.0.0",
"nuxt-purgecss": "^1.0.0",
"sass-loader": "^10.2.0"
}
}