-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 4.16 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
{
"name": "dm211",
"version": "4.0.49",
"description": "211 Too or Two One One - Official site",
"author": "Anthony Sychev <hello at dm211 dot com> https://dm211.com | https://twooneone.xyz",
"private": true,
"scripts": {
"npm:latest": "npm install $(npm outdated | cut -d' ' -f 1 | sed '1d' | xargs -I '$' echo '$@latest' | xargs echo)",
"npm:outdated": "npm outdated",
"serve": "vue-cli-service serve",
"build-prod": "npm version patch && NODE_ENV=production webpack --colors --progress --profile --env production --config webpack.config.js",
"build-prod-solo": "NODE_ENV=production webpack --colors --progress --profile --env production --config webpack.config.js",
"lint": "vue-cli-service lint",
"lint-fix": "eslint --ext .js,.vue src --fix",
"build-inspect": "vue inspect -v --mode production >> webpack.config.inspected.js",
"build-stats": "BUNDLE_ANALYZE=true NODE_ENV=production webpack --profile --env production --config webpack.config.js",
"deploy-dev": "scripts/deploy.sh twooneone.xyz dm211.com/dev/ ./dist",
"deploy-prod": "scripts/deploy.sh twooneone.xyz dm211.com ./dist",
"show-stats": "webpack-bundle-analyzer --port 4200 stats.json"
},
"repository": "https://klich3@bitbucket.org/klich3/dm211.com.git",
"dependencies": {
"@mdi/font": "^5.3.45",
"@mdi/js": "^5.3.45",
"@mdi/svg": "^5.3.45",
"axios": "^0.19.0",
"axios-cache-adapter": "^2.5.0",
"cache-loader": "^4.0.1",
"core-js": "^3.6.4",
"universal-tilt.js": "^2.0.6",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-gtag": "^1.8.0",
"vue-head": "^2.1.2",
"vue-i18n": "^8.18.2",
"vue-localstorage": "^0.6.2",
"vue-router": "^3.3.4",
"vue-tag-manager": "^0.1.2",
"vuelidate": "^0.7.5",
"vuetify": "^2.3.4",
"vuex": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.3",
"autoprefixer": "^9.8.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.0.3",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"deepmerge": "^4.2.2",
"eslint": "^7.22.0",
"eslint-config-standard": "^14.1.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"extract-text-webpack-plugin": "^3.0.2",
"fibers": "^5.0.0",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "~1.7",
"gsap": "^3.4.0",
"hard-source-webpack-plugin": "^0.13.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"imagemin-webp-webpack-plugin": "^3.3.2",
"imports-loader": "^1.1.0",
"inspectpack": "^4.5.2",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^2.0.5",
"purgecss-webpack-plugin": "^2.3.0",
"raw-loader": "^4.0.1",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"script-ext-html-webpack-plugin": "^2.1.4",
"shelljs": "^0.8.4",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^4.0.0",
"vue-cli-plugin-vuetify": "^2.0.6",
"vue-html-loader": "^1.2.4",
"vue-in-viewport-directive": "^2.0.0",
"vue-loader": "^15.9.3",
"vue-style-loader": "~4.1",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.6.0",
"webpack": "^4.43.0",
"webpack-auto-inject-version": "^1.2.2",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.0.9",
"webpack-optimize-helper": "^1.0.0",
"webpack-uglify-js-plugin": "^1.1.9",
"webpack-visualizer-plugin": "^0.1.11"
}
}