Move the Domo temporary Project.

This commit is contained in:
2016-05-06 21:34:44 +02:00
parent 2a349466e6
commit ee5fc6bdd6
24 changed files with 0 additions and 0 deletions

View File

@@ -1,37 +0,0 @@
{
"name": "Domo",
"version": "0.1.0",
"description": "Domotic",
"author": "NADAL Jean-Baptiste",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"vue": "^1.0.21",
"vue-router": "^0.7.13",
"vue-mdl": "^0.7.4",
"material-design-lite": "^1.1.3",
"roboto-fontface": "^0.4.5",
"material-design-icons": "^2.2.3"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"json-loader": "^0.5.4",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.2.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}