-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
196 lines (196 loc) · 6.64 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"name": "customly-frontend",
"version": "1.0.0",
"private": true,
"description": "A Vue.js project",
"author": "Dmitry Semenov <dmitry@saritasa.com>",
"scripts": {
"beautify": "npm run js-beautify",
"build": "ANALYZE=true npm run clean && node build/build.js && node .dev/utils/check_packages.js",
"clean": "rm -rf dist",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"docs": "docsify serve docs",
"docs:code": "esdoc -c .esdoc.json",
"e2e": "node test/e2e/runner.js",
"preinstall": "./install.sh",
"lint": "npm run lint-js -s && npm run lint-sass -s && markdownlint docs/*.md *.md",
"postlint": "npm run say_good ALL is :\\)",
"lint-js": "eslint --cache --ext .js,.vue src test/unit test/e2e/specs server.js",
"postlint-js": "npm run say_good JS is OK",
"lint-js:fix": "npm run lint-js -s -- --fix || true",
"lint-sass": "stylelint src/**/**/*.vue src/**/*.scss",
"postlint-sass": "npm run say_good SASS is OK",
"lint-sass:fix": "stylelint --fix src/**/**/*.vue src/**/*.scss",
"lint:fix": "npm run lint-js:fix -s && npm run lint-sass:fix -s",
"postlint:fix": "npm run postlint",
"mock-api": "node --inspect server.js",
"new": "HYGEN_TMPLS=.templates hygen new",
"say_good": "GREEN=$(tput setaf 2; tput bold) && echo -e $GREEN'++'",
"start": "NODE_ENV=development npm run dev",
"test": "npm run unit && npm run e2e",
"prettify": "prettier --list-different --write \"**/*.{js,json,css,scss,vue,md}\"",
"unit": "jest --config test/unit/jest.conf.js --coverage",
"unit:watch": "npm run unit --watch --notify --notifyMode change",
"webpack-analyze": "npm run build && webpack-bundle-analyzer dist/stats.json --mode 'server'"
},
"dependencies": {
"axios": "^0.18.0",
"axios-token-interceptor": "^0.1.0",
"d3": "^1.0.0",
"d3-extended": "^2.0.0",
"d3-svg-legend": "^2.25.5",
"element-ui": "^2.2.0",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"string": "^3.3.3",
"uuid": "^3.2.1",
"v-money": "^0.8.1",
"v-tooltip": "^2.0.0-rc.30",
"vee-validate": "^2.0.3",
"vue": "^2.5.16",
"vue-alertify": "^1.0.4",
"vue-autosuggest": "^1.4.1",
"vue-axios": "^2.0.2",
"vue-meta": "^1.5.0",
"vue-momentjs": "^0.1.1",
"vue-progress-path": "0.0.2",
"vue-resize-directive": "^1.0.1",
"vue-router": "^3.0.1",
"vue-select": "^2.4.0",
"vue-spinner": "^1.0.3",
"vue-truncate-filter": "^1.1.7",
"vue-upload-component": "^2.8.3",
"vue2-filters": "^0.3.0",
"vue2-transitions": "^0.2.3",
"vuejs-uploader": "^0.6.4",
"vuex": "^3.0.1"
},
"devDependencies": {
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^22.4.x",
"babel-loader": "^7.1.2",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.1",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"chalk": "^2.3.0",
"chromedriver": "^2.35.0",
"columnify": "^1.5.4",
"copy-webpack-plugin": "^4.3.1",
"cross-spawn": "^6.0.4",
"css-loader": "^0.28.9",
"esdoc": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-import-resolver-configurable": "^0.1.3",
"eslint-import-resolver-webpack": "^0.9.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-compat": "^2.2.0",
"eslint-plugin-eslint-comments": "^2.0.2",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-vue": "^4.2.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.0.0-rc.1",
"hygen": "^1.5.8",
"imagemin-lint-staged": "^0.3.0",
"jest": "^22.1.4",
"jest-serializer-vue": "^1.0.0",
"js-beautify": "^1.7.5",
"json-server": "^0.12.1",
"lint-staged": "^7.0.4",
"markdownlint-cli": "^0.8.1",
"nightwatch": "^0.9.19",
"node-notifier": "^5.2.1",
"node-sass": "^4.7.2",
"nodemon": "^1.14.12",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^2.0.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.1.0",
"postcss-url": "^7.3.0",
"prettier": "1.11.1",
"propdoc": "^0.9.3",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"scss-loader": "0.0.1",
"selenium-server": "^3.8.1",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"stylelint": "^9.2.0",
"stylelint-config-css-modules": "^1.2.0",
"stylelint-config-prettier": "^3.0.4",
"stylelint-config-recess-order": "^2.0.0",
"stylelint-config-saritasa-order": "0.0.3",
"stylelint-config-sass-guidelines": "^5.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-declaration-use-variable": "^1.6.0",
"stylelint-no-unsupported-browser-features": "^3.0.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.0.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"update-notifier": "^2.4.0",
"url-loader": "^1.0.1",
"vue-jest": "^2.0.0",
"vue-loader": "^14.1.1",
"vue-routisan": "^2.1.0",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1",
"yamljs": "^0.3.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">=5.2.0"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 ChromeAndroid versions",
"last 2 Edge versions",
"last 2 iOS versions",
"last 2 Safari versions",
"not Explorer <= 11",
"not ExplorerMobile <= 11"
],
"future": {
"cropperjs": "^1.3.1",
"image-compressor.js": "^1.1.1",
"jquery": "^3.3.1"
},
"husky": {
"hooks": {
"pre-commit": "PRE_COMMIT=true lint-staged",
"pre-push": "npm test",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"release": {
"branch": "master",
"verifyConditions": {
"path": "./node_modules/@krux/condition-jenkins"
}
}
}