2017-01-03 22:32:23 +00:00
|
|
|
{
|
2018-03-31 04:58:38 +00:00
|
|
|
"name": "pterodactyl-panel",
|
2018-06-04 00:40:35 +00:00
|
|
|
"dependencies": {
|
2018-06-16 21:11:58 +00:00
|
|
|
"date-fns": "^1.29.0",
|
2018-06-04 00:40:35 +00:00
|
|
|
"vue": "^2.5.7",
|
|
|
|
"vue-axios": "^2.1.1",
|
|
|
|
"vue-router": "^3.0.1",
|
|
|
|
"vuex": "^3.0.1",
|
|
|
|
"vuex-i18n": "^1.10.5"
|
|
|
|
},
|
2018-03-31 04:58:38 +00:00
|
|
|
"devDependencies": {
|
2018-06-04 01:03:46 +00:00
|
|
|
"@babel/core": "^7.0.0-beta.49",
|
|
|
|
"@babel/preset-env": "^7.0.0-beta.49",
|
2018-03-31 04:58:38 +00:00
|
|
|
"autoprefixer": "^8.2.0",
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"babel-cli": "6.18.0",
|
2018-06-04 01:03:46 +00:00
|
|
|
"babel-loader": "^8.0.0-beta",
|
2018-03-31 20:51:18 +00:00
|
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
2018-03-31 04:58:38 +00:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
"babel-plugin-transform-strict-mode": "^6.18.0",
|
|
|
|
"babel-register": "^6.26.0",
|
2018-06-04 03:02:08 +00:00
|
|
|
"clean-webpack-plugin": "^0.1.19",
|
2018-03-31 20:51:18 +00:00
|
|
|
"css-loader": "^0.28.11",
|
2018-06-10 22:32:07 +00:00
|
|
|
"cssnano": "^3.10.0",
|
2018-06-04 03:09:41 +00:00
|
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
|
|
"glob-all": "^3.1.0",
|
2018-06-06 20:33:24 +00:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2018-03-31 04:58:38 +00:00
|
|
|
"jquery": "^3.3.1",
|
2018-05-28 21:11:23 +00:00
|
|
|
"jwt-decode": "^2.2.0",
|
2018-03-31 04:58:38 +00:00
|
|
|
"lodash": "^4.17.5",
|
|
|
|
"postcss": "^6.0.21",
|
|
|
|
"postcss-import": "^11.1.0",
|
2018-06-04 03:09:41 +00:00
|
|
|
"postcss-loader": "^2.1.5",
|
2018-03-31 04:58:38 +00:00
|
|
|
"postcss-preset-env": "^3.4.0",
|
2018-06-10 22:32:07 +00:00
|
|
|
"precss": "^3.1.2",
|
2018-06-04 03:02:08 +00:00
|
|
|
"purgecss-webpack-plugin": "^1.1.0",
|
2018-06-04 03:09:41 +00:00
|
|
|
"style-loader": "^0.21.0",
|
2018-03-31 04:58:38 +00:00
|
|
|
"tailwindcss": "^0.5.1",
|
2018-06-04 03:34:30 +00:00
|
|
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
2018-03-31 04:58:38 +00:00
|
|
|
"vue-devtools": "^3.1.9",
|
2018-06-03 05:23:54 +00:00
|
|
|
"vue-feather-icons": "^4.7.1",
|
2018-03-31 04:58:38 +00:00
|
|
|
"vue-loader": "^14.2.2",
|
2018-05-28 21:11:23 +00:00
|
|
|
"vue-mc": "^0.2.4",
|
2018-03-31 20:51:18 +00:00
|
|
|
"vue-template-compiler": "^2.5.16",
|
2018-03-31 04:58:38 +00:00
|
|
|
"vueify-insert-css": "^1.0.0",
|
|
|
|
"webpack": "^4.4.1",
|
2018-06-04 03:02:08 +00:00
|
|
|
"webpack-assets-manifest": "^3.0.1",
|
2018-06-06 20:33:24 +00:00
|
|
|
"webpack-cli": "^3.0.2",
|
|
|
|
"webpack-hot-client": "^4.0.2",
|
2018-06-04 01:03:46 +00:00
|
|
|
"webpack-manifest-plugin": "^2.0.3",
|
2018-06-04 00:40:35 +00:00
|
|
|
"webpack-serve": "^1.0.2",
|
2018-06-04 03:02:08 +00:00
|
|
|
"webpack-shell-plugin": "^0.5.0",
|
|
|
|
"webpack-stream": "^4.0.3"
|
2018-03-31 04:58:38 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build:filemanager": "./node_modules/babel-cli/bin/babel.js public/themes/pterodactyl/js/frontend/files/src --source-maps --out-file public/themes/pterodactyl/js/frontend/files/filemanager.min.js",
|
2018-06-04 03:34:30 +00:00
|
|
|
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
|
|
|
|
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
|
2018-06-07 04:59:45 +00:00
|
|
|
"build:production": "NODE_ENV=production ./node_modules/.bin/webpack",
|
2018-06-16 19:43:32 +00:00
|
|
|
"serve": "NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --no-clipboard",
|
2018-06-10 22:32:54 +00:00
|
|
|
"v:serve": "PUBLIC_PATH=http://192.168.50.2:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 192.168.50.2 --no-clipboard"
|
2018-06-04 00:40:35 +00:00
|
|
|
}
|
2017-01-03 22:32:23 +00:00
|
|
|
}
|