2017-01-03 23:32:23 +01:00
|
|
|
{
|
2018-03-31 06:58:38 +02:00
|
|
|
"name": "pterodactyl-panel",
|
2018-06-04 02:40:35 +02:00
|
|
|
"dependencies": {
|
2018-07-22 00:20:37 +02:00
|
|
|
"cssnano": "^4.0.3",
|
2018-06-16 23:11:58 +02:00
|
|
|
"date-fns": "^1.29.0",
|
2018-07-21 08:45:07 +02:00
|
|
|
"socket.io-client": "^2.1.1",
|
2018-06-18 01:53:24 +02:00
|
|
|
"vee-validate": "^2.1.0-beta.2",
|
2018-06-04 02:40:35 +02:00
|
|
|
"vue": "^2.5.7",
|
|
|
|
"vue-axios": "^2.1.1",
|
|
|
|
"vue-router": "^3.0.1",
|
|
|
|
"vuex": "^3.0.1",
|
2018-06-11 21:06:12 +02:00
|
|
|
"vuex-i18n": "^1.10.5",
|
2018-07-22 00:20:37 +02:00
|
|
|
"vuex-router-sync": "^5.0.0",
|
|
|
|
"xterm": "^3.5.1"
|
2018-06-04 02:40:35 +02:00
|
|
|
},
|
2018-03-31 06:58:38 +02:00
|
|
|
"devDependencies": {
|
2018-06-04 00:45:01 +02:00
|
|
|
"@babel/core": "^7.0.0-beta.49",
|
2018-12-16 23:11:56 +01:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
2018-06-04 00:45:01 +02:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49",
|
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.0.0-beta.49",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.0.0-beta.49",
|
|
|
|
"@babel/preset-env": "^7.0.0-beta.49",
|
2018-12-17 00:29:44 +01:00
|
|
|
"@types/node": "^10.12.15",
|
|
|
|
"@types/webpack-env": "^1.13.6",
|
2018-03-31 06:58:38 +02:00
|
|
|
"autoprefixer": "^8.2.0",
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"babel-cli": "6.18.0",
|
2018-06-04 00:45:01 +02:00
|
|
|
"babel-core": "^6.26.3",
|
2018-09-23 23:58:09 +02:00
|
|
|
"babel-eslint": "^9.0.0",
|
2018-06-04 00:45:01 +02:00
|
|
|
"babel-loader": "^8.0.0-beta.3",
|
2018-09-23 23:58:09 +02:00
|
|
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
2018-03-31 22:51:18 +02:00
|
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
2018-03-31 06:58:38 +02:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
"babel-plugin-transform-strict-mode": "^6.18.0",
|
|
|
|
"babel-register": "^6.26.0",
|
2018-08-19 05:13:40 +02:00
|
|
|
"camelcase": "^5.0.0",
|
2018-06-04 05:02:08 +02:00
|
|
|
"clean-webpack-plugin": "^0.1.19",
|
2018-03-31 22:51:18 +02:00
|
|
|
"css-loader": "^0.28.11",
|
2018-09-23 23:58:09 +02:00
|
|
|
"eslint": "^5.6.0",
|
|
|
|
"eslint-config-vue": "^2.0.2",
|
|
|
|
"eslint-plugin-html": "^4.0.6",
|
|
|
|
"eslint-plugin-vue": "^4.7.1",
|
2018-06-04 05:09:41 +02:00
|
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
|
|
"glob-all": "^3.1.0",
|
2018-06-06 22:33:24 +02:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2018-03-31 06:58:38 +02:00
|
|
|
"jquery": "^3.3.1",
|
|
|
|
"lodash": "^4.17.5",
|
|
|
|
"postcss": "^6.0.21",
|
|
|
|
"postcss-import": "^11.1.0",
|
2018-06-04 05:09:41 +02:00
|
|
|
"postcss-loader": "^2.1.5",
|
2018-03-31 06:58:38 +02:00
|
|
|
"postcss-preset-env": "^3.4.0",
|
2018-05-31 17:59:18 +02:00
|
|
|
"precss": "^3.1.2",
|
2018-06-04 05:02:08 +02:00
|
|
|
"purgecss-webpack-plugin": "^1.1.0",
|
2018-06-04 05:09:41 +02:00
|
|
|
"style-loader": "^0.21.0",
|
2018-03-31 06:58:38 +02:00
|
|
|
"tailwindcss": "^0.5.1",
|
2018-12-16 23:30:21 +01:00
|
|
|
"ts-loader": "^5.3.1",
|
|
|
|
"typescript": "^3.2.2",
|
2018-06-04 05:34:30 +02:00
|
|
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
2018-03-31 06:58:38 +02:00
|
|
|
"vue-devtools": "^3.1.9",
|
2018-06-03 07:23:54 +02:00
|
|
|
"vue-feather-icons": "^4.7.1",
|
2018-03-31 06:58:38 +02:00
|
|
|
"vue-loader": "^14.2.2",
|
2018-05-28 23:11:23 +02:00
|
|
|
"vue-mc": "^0.2.4",
|
2018-03-31 22:51:18 +02:00
|
|
|
"vue-template-compiler": "^2.5.16",
|
2018-03-31 06:58:38 +02:00
|
|
|
"vueify-insert-css": "^1.0.0",
|
|
|
|
"webpack": "^4.4.1",
|
2018-06-04 05:02:08 +02:00
|
|
|
"webpack-assets-manifest": "^3.0.1",
|
2018-06-06 22:33:24 +02:00
|
|
|
"webpack-cli": "^3.0.2",
|
|
|
|
"webpack-hot-client": "^4.0.2",
|
2018-06-04 03:03:46 +02:00
|
|
|
"webpack-manifest-plugin": "^2.0.3",
|
2018-06-04 02:40:35 +02:00
|
|
|
"webpack-serve": "^1.0.2",
|
2018-06-04 05:02:08 +02:00
|
|
|
"webpack-shell-plugin": "^0.5.0",
|
|
|
|
"webpack-stream": "^4.0.3"
|
2018-03-31 06:58:38 +02: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 05:34:30 +02:00
|
|
|
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
|
|
|
|
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
|
2018-06-07 06:59:45 +02:00
|
|
|
"build:production": "NODE_ENV=production ./node_modules/.bin/webpack",
|
2018-06-18 01:53:24 +02:00
|
|
|
"serve": "NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --no-clipboard --progress",
|
2018-07-15 00:07:19 +02:00
|
|
|
"v:serve": "PUBLIC_PATH=http://pterodactyl.local:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 0.0.0.0 --no-clipboard",
|
2018-06-18 01:53:24 +02:00
|
|
|
"compile:assets": "php artisan vue-i18n:generate & php artisan ziggy:generate resources/assets/scripts/helpers/ziggy.js"
|
2018-05-28 00:37:03 +02:00
|
|
|
}
|
2017-01-03 23:32:23 +01:00
|
|
|
}
|