-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.04 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
{
"name": "nuxt-component-date",
"version": "1.0.0",
"description": "A Nuxt Date Component",
"main": "index.vue",
"scripts": {
"lint:scripts": "eslint --ext .js,.vue --ignore-path .gitignore .",
"fix:scripts": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"lint:styles": "stylelint \"**/*.{vue,scss}\"",
"fix:styles": "stylelint \"**/*.{vue,scss}\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Galexia-Agency/nuxt-component-date.git"
},
"author": "Galexia Creative Agency Ltd",
"license": "ISC",
"bugs": {
"url": "https://github.com/Galexia-Agency/nuxt-component-date/issues"
},
"homepage": "https://github.com/Galexia-Agency/nuxt-component-date#readme",
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-galexia": "https://github.com/Galexia-Agency/eslint-config",
"stylelint": "^15.3.0",
"stylelint-config-galexia": "https://github.com/Galexia-Agency/stylelint-config"
},
"engines": {
"yarn": "^1.10"
},
"packageManager": "[email protected]"
}