-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.62 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.62 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": "witless",
"version": "1.0.0",
"description": "Plan your day with Witless. Whether you're planning a holiday, creating a shopping list or managing multiple work projects.",
"author": "NavaneethVijay",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt build && nuxt start",
"precommit": "npm run lint",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@innologica/vue-dropdown-menu": "^0.1.3",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/firebase": "^5.0.6",
"@nuxtjs/pwa": "^3.0.0-0",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"firebase": "^7.9.3",
"node-sass": "^4.13.0",
"nuxt": "^2.0.0",
"nuxt-client-init-module": "^0.1.8",
"sass-loader": "^8.0.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue": "^2.6.11",
"vue-ctk-date-time-picker": "^2.4.0",
"vue-moment": "^4.1.0",
"vue-select": "^3.4.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.11.0",
"@types/graphql": "^14.5.0",
"@types/node": "^13.7.7",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.2",
"nodemon": "^1.18.9",
"prettier": "^1.19.1"
}
}