-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
78 lines (78 loc) · 2.58 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
{
"name": "project",
"description": "Bitrix app",
"scripts": {
"start": "echo 'start'",
"deploy": "yarn install && webpack --mode production --config webpack/production.config.js && rm -rf ./local/assets/build/ && mv ./local/assets/pre-build ./local/assets/build",
"development": "yarn install && rm -rf ./local/assets/build/ && webpack --mode development --watch --config webpack/development.config.js",
"reformat": "eslint ./local/assets/source/**/*.js --fix",
"start-deploy-server": "node ./deployment/deploy.js"
},
"authors": [
"Max Starikevich [[email protected]] [Develop structure Docker]",
"Sergei Dudyuk [duduk.newsite.by] [Develop Back-End and Update structure Docker]",
"Anton Tsyk [[email protected]] [Develop Fron-End]"
],
"license": "UNLICENSED",
"browserslist": [
"since 2009",
"ie 10",
"last 5 Android versions"
],
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.1.6",
"@babel/runtime": "^7.1.5",
"@material/button": "^0.41.0",
"autoprefixer": "^9.3.1",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.1.3",
"browserslist": "^4.3.4",
"css-loader": "^1.0.1",
"eslint": "^5.9.0",
"eslint-config-es": "^0.9.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^4.7.1",
"express": "^4.16.4",
"file-loader": "^2.0.0",
"handlebars": "^4.0.12",
"handlebars-loader": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"inputmask": "^4.0.3",
"jquery": "^3.3.1",
"node-sass": "^4.10.0",
"postcss-clean": "^1.1.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"standard": "^12.0.1",
"stripcomment-loader": "^0.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"url-polyfill": "^1.1.0",
"vue": "^2.5.21",
"vue-axios": "^2.1.4",
"vue-loader": "^15.4.2",
"vue-loading-spinner": "^1.0.11",
"vue-masked-input": "^0.5.2",
"vue-resource": "^1.5.1",
"vue-scrollto": "^2.13.0",
"vue-simple-svg": "^1.3.2",
"vue-template-compiler": "^2.5.21",
"vuetify": "^1.4.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
}
}