Simple way to build clouds from nothing
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.
 
 
 

29 lines
729 B

{
"name": "artifex",
"version": "1.0.0",
"description": "An artifex world for noob",
"author": "P.BARRY",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"nuxt": "^2.0.0",
"vuedraggable": "^2.23.0",
"vuetify-confirm": "^1.0.0-alpha.0"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.0.0",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^0.2.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.1",
"eslint-plugin-nuxt": ">=0.4.2",
"nodemon": "^1.18.9"
}
}