-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 2.23 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
{
"name": "VueFS",
"description": "Vue skeleton with i18n router",
"version": "1.0.0",
"author": "JosephK",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rm -rf ./public && cross-env NODE_ENV=development webpack-dev-server --open --hot --mode development",
"preview": "rm -rf ./public && cross-env NODE_ENV=preview webpack --progress --hide-modules --mode production",
"prod": "rm -rf ./public && cross-env NODE_ENV=production webpack --progress --hide-modules --mode production"
},
"dependencies": {
"bootstrap-sass": "^3.4.1",
"fork-awesome": "^1.1.7",
"image-map-resizer": "^1.0.10",
"jquery": "^3.3.1",
"maphilight": "^1.4.0",
"uiv": "^0.28.0",
"vue": "^2.6.10",
"vue-headful": "^2.0.1",
"vue-i18n": "^8.14.0",
"vue-router": "^3.1.3",
"vue-scrollto": "^2.11.0",
"vue-select": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^5.2.1",
"css-hot-loader": "^1.4.4",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^4.0.0-beta.8",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"preload-webpack-plugin": "^3.0.0-beta.4",
"prerender-spa-plugin": "^3.4.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.1",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-subresource-integrity": "^1.3.3",
"yaml-import-loader": "^1.3.6"
}
}