-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
34 lines (34 loc) · 1013 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
32
33
34
{
"private": true,
"name": "zcom-hn",
"description": "Zara.com Hacker News Clone",
"version": "1.0.0",
"author": "Alejandro Martin <[email protected]>",
"scripts": {
"dev": "nuxt dev --spa",
"build": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"engines": {
"node": ">=10.0"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.3",
"nuxt": "^2.8.0"
},
"devDependencies": {
"@nuxtjs/pwa": "3.0.0-beta.8",
"@nuxtjs/eslint-config": "^0.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}