package.json
4.52 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "yoho-shop-manage",
"version": "1.0.33",
"description": "",
"main": "app.js",
"scripts": {
"init": "npm i && npm run build:dll",
"dev": "nodemon --watch server server/app.js",
"static": "node ./build/dev-server.js",
"dist": "node ./build/build.js",
"build": "npm run build:dll --production && node ./build/build.js",
"build:dll": "rimraf build/dll && webpack --config build/webpack.dll.conf.js",
"lint-js": "lint-js",
"lint-css": "lint-css",
"precommit": "lint-commit",
"lint-all": "lint-all",
"code": "node ./build/code/code.js",
"fix:fe": "eslint --fix ./app"
},
"config": {
"lintJs": [
{
"title": "JS Front-end",
"path": [
"./app"
]
},
{
"title": "JS Server",
"path": [
"./server"
]
}
],
"lintCss": [
{
"title": "CSS",
"path": [
"**/*.vue"
]
}
]
},
"dependencies": {
"axios": "^0.15.3",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.23.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"connect-history-api-fallback": "^1.3.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.1",
"crypto-js": "^3.1.9-1",
"excel-export": "^0.5.1",
"express": "^4.15.2",
"express-session": "^1.15.2",
"font-awesome": "^4.7.0",
"gt3-sdk": "^2.0.0",
"iview": "^2.8.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"promise-polyfill": "^6.0.2",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"serve-favicon": "^2.4.2",
"uuid": "^3.1.0",
"vue": "^2.4.4",
"vue-cookie": "^1.1.4",
"vue-html5-editor": "^1.1.1",
"vue-loader": "^13.0.5",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.4.4",
"xlsx2json": "^1.0.0",
"xss": "^0.3.3",
"yoho-cookie": "^1.2.0",
"yoho-node-lib": "^0.2.18",
"yoho-store": "^1.3.20"
},
"devDependencies": {
"acorn": "^5.0.3",
"add-asset-html-webpack-plugin": "^2.0.1",
"assets-webpack-plugin": "git://github.com/kossnocorp/assets-webpack-plugin",
"autoprefixer": "^6.7.2",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.4.3",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^1.1.3",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.26.1",
"echarts": "^3.6.1",
"escodegen": "^1.8.1",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-yoho": "^1.0.8",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^2.1.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"happypack": "^3.1.0",
"html-webpack-plugin": "^2.28.0",
"husky": "^0.13.3",
"ignore-file-loader": "^1.0.0",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.2.0",
"resolve-url-loader": "^2.0.2",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"scss-loader": "^0.0.1",
"style-loader": "^0.18.2",
"stylelint": "^8.4.0",
"stylelint-config-yoho": "^1.2.12",
"stylelint-formatter-table": "^1.0.3",
"stylelint-processor-html": "^1.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"url-loader": "^0.5.7",
"vue-style-loader": "^3.0.1",
"webpack": "^3.5.2",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.4.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0",
"webpack-px-to-rem": "^0.1.0",
"webpack-uglify-parallel": "^0.1.3",
"yoho-lint": "^1.0.1"
},
"author": "陈峰 <feng.chen@yoho.cn>",
"license": "ISC",
"repository": "http://git.yoho.cn/fe/yoho-shop-manage.git"
}