forked from mandolin/hia-multilingual-vue-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.63 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
{
"name": "hia-multilingual-vue-template",
"version": "1.0.0",
"description": "多语言辅助开发框架模板",
"author": {
"name": "mandolin",
"email": "[email protected]",
"url": "https://github.com/mandolin"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"main": "./tool/multilingual/multilingual.js",
"dependencies": {
"core-js": "^3.4.3",
"hia-common-css": "^1.0.0",
"lodash": "^4.17.15",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"6du-livescript-loader": "^0.0.3",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"extract-loader": "^3.1.0",
"file-loader": "^5.0.2",
"i": "^0.3.6",
"livescript": "^1.6.0",
"node-sass": "^4.13.0",
"npm": "^6.13.4",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.0",
"style-resources-loader": "^1.3.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-cli-plugin-coffee": "^0.1.0",
"vue-cli-plugin-livescript": "0.0.10",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-eslint-parser": "^7.0.0",
"vue-livescript-loader": "0.0.1",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/recommended",
"@vue/standard"
],
"parserOptions": {
"parser": "babel-eslint"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"ie >= 9"
],
"//*版本号": "(version)",
"//*项目名称": "(name)hia-multilingual-vue-template",
"keywords": [
"multilingual vue template",
"hia",
"css",
"scss",
"sass"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mandolin/hia-multilingual-vue-template.git"
},
"style": "./tool/multilingual/multilingual.sass"
}