-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.88 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
{
"name": "vue-frame-crm",
"version": "0.0.10",
"description": "vue components for crm system",
"main": "lib/frame.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf lib",
"dev": "webpack-dev-server --inline --hot --port 9082 --config build/webpack.dev.js --open",
"release": "cross-env NODE_ENV=production webpack --config build/webpack.min.js",
"release-all": "cross-env NODE_ENV=production webpack --config build/webpack.lib.js",
"release-esm": "cross-env NODE_ENV=production webpack --config build/webpack.esm.js",
"build": "npm run clean && npm run release && npm run release-all && npm run release-esm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HongYangHT/vue-frame-crm.git"
},
"keywords": [
"vue",
"vue-component"
],
"author": "samhong",
"license": "ISC",
"bugs": {
"url": "https://github.com/HongYangHT/vue-frame-crm/issues"
},
"homepage": "https://github.com/HongYangHT/vue-frame-crm#readme",
"dependencies": {
"aid-elements": "^0.7.56",
"aid-taurus-desktop": "^0.8.30",
"js-base64": "^2.3.2",
"vue": "^2.5.7",
"vue-router": "^2.5.1",
"vuex": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"chalk": "^1.1.3",
"cross-env": "^3.1.4",
"css-loader": "^0.26.2",
"eslint": "^4.0.0",
"eslint-cli": "^1.1.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-vue": "^2.1.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"function-bind": "^1.1.0",
"inject-html-webpack-plugin": "^0.0.27",
"json-loader": "^0.5.4",
"lodash.debounce": "^4.0.8",
"node-sass": "^4.5.2",
"nva-test": "^0.3.159",
"progress-bar-webpack-plugin": "^1.9.3",
"resolve-url-loader": "^2.0.2",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.2",
"standard": "^10.0.3",
"style-loader": "^0.13.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.8",
"vue-i18n": "^7.0.5",
"vue-loader": "^11.1.3",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4",
"webpack-merge": "^4.1.0"
}
}