mirror of https://github.com/EasyDarwin/EasyDarwin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.7 KiB
62 lines
1.7 KiB
{
|
|
"name": "easydarwin-web-src",
|
|
"version": "1.0.0",
|
|
"description": "EasyDarwin Web Page",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "cross-env NODE_ENV=development webpack-dev-server --open",
|
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
|
},
|
|
"keywords": [
|
|
"EasyDarwin"
|
|
],
|
|
"author": "penggy",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"admin-lte": "2.4.3",
|
|
"babel-core": "6.26.0",
|
|
"babel-loader": "7.1.4",
|
|
"babel-polyfill": "6.26.0",
|
|
"babel-preset-env": "1.6.1",
|
|
"babel-preset-stage-2": "6.24.1",
|
|
"bootstrap": "3.3.7",
|
|
"clean-webpack-plugin": "0.1.19",
|
|
"copy-webpack-plugin": "4.5.1",
|
|
"cross-env": "5.1.4",
|
|
"css-loader": "0.28.11",
|
|
"easy-player": "1.0.15",
|
|
"echarts": "4.0.4",
|
|
"element-ui": "2.2.2",
|
|
"extract-text-webpack-plugin": "3.0.2",
|
|
"file-loader": "1.1.11",
|
|
"font-awesome": "4.7.0",
|
|
"glob": "7.1.2",
|
|
"html-webpack-plugin": "3.1.0",
|
|
"jquery-ui": "1.12.1",
|
|
"less": "3.0.1",
|
|
"less-loader": "4.1.0",
|
|
"lodash": "4.17.10",
|
|
"moment": "2.21.0",
|
|
"node-sass": "4.8.3",
|
|
"optimize-css-assets-webpack-plugin": "3.2.0",
|
|
"pretty-bytes": "4.0.2",
|
|
"sass-loader": "6.0.7",
|
|
"sockette": "2.0.0",
|
|
"style-loader": "0.20.3",
|
|
"url-loader": "1.0.1",
|
|
"v-charts": "1.16.7",
|
|
"vee-validate": "2.0.6",
|
|
"vue": "2.5.16",
|
|
"vue-backtotop": "1.2.6",
|
|
"vue-clipboards": "1.2.4",
|
|
"vue-fullscreen": "2.1.3",
|
|
"vue-loader": "14.2.2",
|
|
"vue-router": "3.0.1",
|
|
"vue-template-compiler": "2.5.16",
|
|
"vuex": "3.0.1",
|
|
"webpack": "3.11.0",
|
|
"webpack-dev-server": "2.11.2"
|
|
}
|
|
}
|