aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-05-10 09:24:22 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-05-10 09:24:22 -0400
commitfa3f2d2cd196998bd1d0d09a0c649d7f26500ded (patch)
tree4ce90849ef672a1a8a5d693acb3c0f104bd0f613 /package.json
parent69474fee32c62e1b97b9f51b78a2e242542ae9a7 (diff)
downloadProject-NewTube-fa3f2d2cd196998bd1d0d09a0c649d7f26500ded.tar.gz
Project-NewTube-fa3f2d2cd196998bd1d0d09a0c649d7f26500ded.tar.bz2
Project-NewTube-fa3f2d2cd196998bd1d0d09a0c649d7f26500ded.zip
Added the files
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ca0b3f2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "Project-NewTube",
+ "version": "1.0.0",
+ "description": "A new social media platform.",
+ "author": "Andrew Lee",
+ "private": true,
+ "scripts": {
+ "dev": "nuxt --hostname 0.0.0.0 --port 4000",
+ "build": "nuxt build",
+ "start": "nuxt start",
+ "generate": "nuxt generate",
+ "lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
+ },
+ "dependencies": {
+ "nuxt": "^2.0.0",
+ "@nuxtjs/pwa": "^3.0.0-0"
+ },
+ "devDependencies": {
+ "@nuxtjs/vuetify": "^1.0.0",
+ "@nuxtjs/eslint-config": "^2.0.0",
+ "@nuxtjs/eslint-module": "^1.0.0",
+ "babel-eslint": "^10.0.1",
+ "eslint": "^6.1.0",
+ "eslint-plugin-nuxt": ">=0.4.2",
+ "eslint-config-prettier": "^6.10.0",
+ "eslint-plugin-prettier": "^3.1.2",
+ "prettier": "^1.19.1"
+ }
+}