-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.83 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.83 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
{
"name": "project-framework",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"pub": "webpack --config build/webpack.pub.conf.js",
"dev": "webpack-dev-server --config build/webpack.dev.conf.js",
"report": "webpack --config build/webpack.report.conf.js",
"bundle-buddy": "bundle-buddy ./dist/tv-coop/cache/v1/js/*.map ./dist/tv-coop/cache/v1/js/**/*.map ./dist/tv-coop/cache/v1/js/**/**/*.map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ehomesprite/project-frame.git"
},
"keywords": [
"vue-cli"
],
"author": "snowdrop",
"license": "MIT",
"bugs": {
"url": "https://github.com/ehomesprite/project-frame/issues"
},
"homepage": "https://github.com/ehomesprite/project-frame#readme",
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"cache-loader": "^1.2.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"cssnano": "^4.0.5",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-vue": "^4.5.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.2",
"happypack": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.4.1",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-load-config": "^1.2.0",
"postcss-loader": "^2.1.5",
"postcss-plugin": "^1.0.0",
"style-loader": "^0.21.0",
"thread-loader": "^1.1.5",
"url-loader": "^1.0.1",
"vue-loader": "^15.2.4",
"vue-resource": "^1.5.0",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.12.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3"
},
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"crypto-js": "^3.1.9-1",
"jsonp": "^0.2.1",
"lodash": "^4.17.10",
"vue": "^2.5.16",
"vue-qrcode-component": "^2.1.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"browserslist": [
"> 1%",
"last 7 versions",
"not ie <= 8"
]
}