-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@luxdamore/luca-iaconelli",
"version": "1.0.0",
"description": "Personal website",
"author": "Luca Iaconelli <lucabelli@msn.com> (https://lucaiaconelli.it)",
"license": "MIT",
"homepage": "https://luxdamore.github.io/luca-iaconelli",
"keywords": [
"vuejs",
"nuxtjs",
"modules",
"performance"
],
"contributors": [
{
"name": "Luca Iaconelli <lucabelli@msn.com> (https://lucaiaconelli.it)"
}
],
"main": "docs/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/LuXDAmore/luca-iaconelli.git"
},
"bugs": {
"url": "https://github.com/LuXDAmore/luca-iaconelli/issues"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt -o src",
"build": "nuxt build src",
"generate": "nuxt generate src",
"eslint": "eslint --ext .js,.vue .",
"eslint-fix": "eslint --fix --ext .js,.vue .",
"lint": "yarn eslint",
"lint-fix": "yarn eslint-fix",
"test": "yarn lint && jest",
"release": "yarn test && standard-version && git push --follow-tags"
},
"files": [
"docs"
],
"dependencies": {
"nuxt": "^2.10.2"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "^7.7.6",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"@vue/eslint-config-prettier": "latest",
"babel-eslint": "latest",
"babel-jest": "latest",
"codecov": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-loader": "latest",
"eslint-plugin-compat": "latest",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "latest",
"eslint-plugin-nuxt": "latest",
"eslint-plugin-prettier": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-unicorn": "latest",
"eslint-plugin-vue": "latest",
"get-port": "latest",
"husky": "latest",
"jest": "latest",
"jsdom": "^15.2.1",
"prettier": "latest",
"prettier-eslint": "latest",
"request": "latest",
"request-promise-native": "latest",
"standard-version": "latest"
}
}