discord-client/package.json

32 lines
854 B
JSON
Raw Normal View History

2018-03-21 17:44:27 +00:00
{
"name": "ptut-vhost",
"description": "PTUT",
"version": "1.0.0",
"author": "xdrm-brackets <xdrm.brackets.dev@gmail.com> SeekDaSky <mascaro.lucas@yahoo.fr G. Fauvet <gfauvet@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
2018-04-07 13:04:13 +00:00
"clean": "rm ./public_html/*.{js,css,html,svg,map}",
"dev": "parcel index.html --out-dir ./public_html",
"build": "parcel build index.html --out-dir ./public_html"
2018-03-21 17:44:27 +00:00
},
"dependencies": {
"vue": "^2.5.9",
2018-04-07 13:04:13 +00:00
"vue-hot-reload-api": "^2.3.0",
2018-03-21 17:44:27 +00:00
"vue-router": "^2.5.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
2018-04-07 13:04:13 +00:00
"@vue/component-compiler-utils": "^1.0.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"node-sass": "^4.8.3",
"parcel-bundler": "^1.7.0",
"vue-template-compiler": "^2.5.16"
2018-03-21 17:44:27 +00:00
}
}