-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "github-vue-nuxt",
"version": "1.0.0",
"description": "Utilize Vue.js, Nuxt, Vuetify and the GitHub API",
"author": "justin <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"axios": "^0.18.0",
"debounce": "^1.1.0",
"express": "^4.16.3",
"font-awesome": "^4.7.0",
"nuxt": "^1.4.1",
"vue-spinner": "^1.0.3",
"vue-virtual-scroll-list": "^1.2.6",
"vuetify": "^1.1.0-rc.3"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.4.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}