-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
{
"name": "devtools",
"version": "0.0.8",
"description": "Dev tools - tools to validate and generate cpf and cnpj",
"productName": "Dev tools",
"cordovaId": "net.fabioalmeida.devtools",
"author": "fabioalmeida <fabiorecife@gmail.com>",
"private": true,
"scripts": {
"dev": "quasar dev",
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@fabioalmeida/cnpj": "^1.0.0",
"@fabioalmeida/cpf": "^1.0.0",
"@fabioalmeida/stringtobytearray": "^1.0.0",
"ejs": "^2.6.1",
"faker": "^4.1.0",
"forge-dist": "github:fabiorecife/forge-dist",
"he": "^1.1.1",
"vuex": "^3.0.1",
"xlsx": "^0.14.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.3.0",
"quasar-cli": "^0.17.0",
"strip-ansi": "=3.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}