-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.09 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
{
"name": "fbi-project-kbone-vue",
"version": "1.0.2",
"description": "Web与小程序同构项目模板",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fbi-templates/fbi-project-kbone-vue.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fbi-templates/fbi-project-kbone-vue/issues"
},
"homepage": "https://github.com/fbi-templates/fbi-project-kbone-vue#readme",
"dependencies": {
"vue": "^2.6.11",
"vue-router": "^3.1.3",
"vuex": "^3.1.2",
"vuex-router-sync": "^5.0.0",
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/plugin-syntax-jsx": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
"@babel/preset-env": "7.7.7",
"@kazupon/vue-i18n-loader": "0.4.1",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-vue": "^6.1.2",
"express": "4.17.1",
"file-loader": "^5.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.20.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"mp-webpack-plugin": "latest",
"node-notifier": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-import": "12.0.1",
"postcss-loader": "^3.0.0",
"postcss-px2rem": "0.3.0",
"postcss-reporter": "6.0.1",
"postcss-safe-parser": "4.0.1",
"precss": "^4.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"reduce-loader": "^0.3.1",
"rimraf": "^3.0.0",
"terser-webpack-plugin": "^2.3.1",
"thread-loader": "^2.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"url-loader": "^3.0.0",
"vue-improve-loader": "^0.3.1",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"webpack": "^4.41.5",
"webpack-dev-middleware": "3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"worker-loader": "2.0.0"
},
"fbi": {
"template": {
"name": "fbi-project-kbone-vue"
},
"tasks": {
"build": {
"alias": "b",
"desc": "Build the project for the specified environment (default is production)."
},
"serve": {
"alias": "s",
"desc": "Compile and start development server."
}
}
}
}