-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.22 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": "musvg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix --ext .js,.vue src",
"analyz": "npm_config_report=true npm run build",
"build-dev": "webpack --color --progress --config ./webpack/webpack.dev.js",
"build-test": "webpack --color --progress --config ./webpack/webpack.test.js",
"build-pre": "webpack --color --progress --config ./webpack/webpack.pre.js",
"build": "cross-env build_for_prod=1 webpack --color --progress --config ./webpack/webpack.prod.js",
"dev": "webpack-dev-server --inline --color --progress --config webpack/webpack.localdev.js"
},
"repository": {
"type": "git",
"url": "''"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/runtime": "^7.3.1",
"@babel/runtime-corejs2": "^7.4.3",
"add-asset-html-webpack-plugin": "^3.0.0-0",
"autoprefixer": "^6.5.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-runtime": "^6.23.0",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"core-decorators": "^0.20.0",
"cross-env": "^5.2.0",
"css-hot-loader": "^1.4.3",
"css-loader": "^2.1.0",
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-standard": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.2",
"happypack": "^5.0.0-beta.4",
"hard-source-webpack-plugin": "^0.6.0",
"hash-sum": "^1.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"inline-manifest-webpack-plugin": "^4.0.2",
"json-loader": "^0.5.7",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"null-loader": "^0.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"progress-bar-webpack-plugin": "^1.12.0",
"standard": "^12.0.1",
"style-loader": "^0.23.1",
"svg-url-loader": "^2.3.2",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^0.6.2",
"vconsole": "^3.2.0",
"webpack": "^4.29.0",
"webpack-build-notifier": "^0.1.30",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1",
"webpack-parallel-uglify-plugin": "^1.1.0"
},
"dependencies": {
"@theone/webscore": "^1.1.4",
"core-js": "^2.6.9",
"event-emitter-es6": "^1.1.5",
"expose-loader": "^0.7.5",
"jquery": "^3.4.1",
"js-base64": "^2.5.1",
"js-md5": "^0.7.3",
"promise-decode-audio-data": "^0.4.1",
"whatwg-fetch": "^3.0.0"
},
"browserslist": [
"> 1%",
"last 10 versions",
"not ie <= 8",
"iOS >= 8"
]
}