forked from solop-develop/frontend-default-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "adv-default-theme",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"https://upload.wikimedia.org/wikipedia/commons/b/b1/Adempiere-logo.png\" /> </p>",
"repository": {
"type": "git",
"url": "git+https://github.com/erpcya/adv-default-theme.git"
},
"keywords": [],
"author": "Elsio Sanchez<https://github.com/elsiosanchez>",
"contributors": [
{
"name": "Edwin Betancourt",
"url": "https://github.com/EdwinBetanc0urt/",
"email": "[email protected]"
},
{
"name": "Elsio Sanchez",
"url": "https://github.com/elsiosanchez",
"email": "[email protected]"
},
{
"name": "Yamel Senih",
"url": "https://github.com/YamelSenih/",
"email": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/erpcya/adv-default-theme/issues"
},
"dependencies": {
"tasksfile": "^5.1.1"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/eslint-parser": "7.12.13",
"eslint": "7.19.0",
"eslint-plugin-vue": "6.2.2"
},
"scripts": {
"ci": "yarn install --frozen-lockfile",
"lint": "eslint --ext .js,.vue build components scripts",
"test:ci": "yarn lint"
},
"homepage": "https://github.com/erpcya/adv-default-theme#readme"
}