-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
56 lines (56 loc) · 1.52 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "jobhhuntbuddy",
"version": "1.0.0",
"description": "Helping you manage your job hunt by tracking leads, applications, and your CV resources",
"author": "Michael Messerli",
"private": true,
"engines": {
"node": "13.x",
"yarn": "1.x",
"npm": "6.x"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest",
"heroku-postbuild": "yarn run build"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/google-analytics": "^2.2.2",
"@nuxtjs/moment": "^1.4.0",
"cookieparser": "^0.1.0",
"core-js": "^2.0.0",
"firebase": "^7.3.0",
"firebase-admin": "^8.7.0",
"js-cookie": "^2.2.1",
"jwt-decode": "^2.2.0",
"lodash.merge": "^4.6.2",
"marked": "^0.7.0",
"nuxt": "^2.0.0",
"nuxt-fontawesome": "^0.4.0",
"tailwindcss": "^1.1.3",
"vue-uuid": "^1.1.1",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"firebase-functions-test": "^0.1.7",
"jest": "^24.1.0",
"node-sass": "^4.13.1",
"nuxt-purgecss": "^0.2.1",
"sass-loader": "^8.0.0",
"vue-jest": "^4.0.0-0"
}
}