This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
140 lines (140 loc) · 4.59 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "simpli-web-sdk",
"version": "2.7.5",
"description": "A framework to easily build projects in Vue",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
"module": "lib/main.js",
"es2015": "lib-esm/main.js",
"author": "Felipe Gibran Eleuterio Toledo <ft.gibran@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/simplitech/simpli-web-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/simplitech/simpli-web-sdk.git"
},
"keywords": [
"framework",
"plugin",
"simpli",
"vue"
],
"bugs": {
"url": "https://github.com/simplitech/simpli-web-sdk/issues"
},
"engines": {
"node": ">=6.9"
},
"scripts": {
"cleanup": "shx rm -rf umd lib lib-esm types coverage",
"prebuild": "npm run cleanup && npm run verify",
"build": " tsc && tsc --target es2017 --outDir lib-esm && webpack && webpack --env.prod",
"docs": "typedoc -p . --mode file --theme markdown --readme none --target 'es6' --excludeNotExported --excludePrivate --ignoreCompilerErrors --exclude \"**/src/**/__tests__/*.*\" --out typedocs src/ && touch typedocs/.nojekyll",
"test": "jest",
"test:watch": "npm test -- --watch",
"test:coverage": "npm test -- --coverage",
"test:only-changed": "npm test -- --bail --onlyChanged",
"ts:lint": "tslint --project tsconfig.json --format codeFrame",
"ts:lint:fix": "npm run ts:lint -- --fix",
"ts:format:base": "npm run prettier:ts -- {src,__{tests,mocks}__}/**/*.{ts,tsx}",
"ts:format": "npm run ts:format:base -- --list-different",
"ts:format:fix": "npm run ts:format:base -- --write",
"ts:style": "npm run ts:format && npm run ts:lint",
"ts:style:fix": "npm run ts:format:fix && npm run ts:lint:fix",
"verify": "npm run ts:style && npm test",
"cz": "git-cz",
"prettier:ts": "prettier --single-quote --print-width 120 --trailing-comma es5 --no-semi --parser typescript",
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"prepush": "npm run ts:style && npm run test:only-changed",
"prerelease": "npm run build",
"release": "standard-version",
"postrelease": "npm run docs && npm run release:github && npm run release:npm",
"release:github": "git push --no-verify --follow-tags origin master",
"release:npm": "npm publish",
"release:preflight": "irish-pub",
"release:preflight:package": "npm pack"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": "conventional-commit-types",
"maxSubjectLength": 120
}
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"npm run prettier:ts -- --write",
"npm run ts:lint:fix",
"git add"
]
},
"dependencies": {
"@brazilian-utils/validators": "^0.1.9",
"@types/lodash": "^4.14.123",
"@types/papaparse": "^4.5.9",
"ajv": "^6.10.0",
"ajv-i18n": "^3.4.0",
"axios": "^0.19.0",
"class-transformer": "^0.2.0",
"compressorjs": "^1.0.5",
"cropperjs": "^1.5.1",
"js-sha256": "^0.9.0",
"lodash": "4.17.15",
"moment": "^2.24.0",
"papaparse": "^4.6.3",
"reflect-metadata": "^0.1.13",
"shortid": "^2.2.14",
"v-money": "^0.8.1",
"vee-validate": "^2.2.15",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-i18n": "^7.6.0",
"vue-multiselect": "^2.1.4",
"vue-property-decorator": "^7.2.0",
"vue-router": "^3.0.2",
"vue-snotify": "^3.0.4",
"vue-the-mask": "^0.11.1",
"vue-upload-component": "^2.8.20"
},
"devDependencies": {
"@types/jest": "24.0.11",
"@types/node": "10.11.7",
"awesome-typescript-loader": "5.2.1",
"commitizen": "4.0.3",
"cross-var": "1.1.0",
"css-loader": "1.0.0",
"cz-conventional-changelog": "2.1.0",
"gzip-size-cli": "3.0.0",
"hoek": "5.0.4",
"husky": "1.1.2",
"jest": "24.7.1",
"jest-serializer-vue": "2.0.2",
"lint-staged": "7.3.0",
"mini-css-extract-plugin": "0.4.4",
"node-sass": "4.14.1",
"prettier": "1.14.3",
"raw-loader": "0.5.1",
"sass-loader": "7.1.0",
"shx": "0.3.2",
"standard-version": "5.0.2",
"strip-json-comments-cli": "1.0.1",
"ts-jest": "24.0.2",
"ts-loader": "5.2.1",
"tslint": "5.11.0",
"tslint-config-prettier": "1.15.0",
"tslint-config-standard": "8.0.1",
"tslint-react": "3.6.0",
"typedoc": "0.15.0",
"typedoc-plugin-markdown": "1.2.0",
"typescript": "3.4.4",
"validate-commit-msg": "2.14.0",
"vue-jest": "2.6.0",
"vue-loader": "15.4.2",
"vue-template-compiler": "^2.6.10",
"webpack": "4.20.2",
"webpack-cli": "3.1.2"
}
}