瀏覽代碼

Alright, looks like there's nothing we can do about using tabs in package.json, unless we update it manually each time (thanks npm >:[ https://github.com/npm/npm/issues/4718). So package.json's shall be excluded from our tabs!

Cameron Kline 8 年之前
父節點
當前提交
360f3b0d54
共有 1 個文件被更改,包括 33 次插入30 次删除
  1. 33 30
      frontend/package.json

+ 33 - 30
frontend/package.json

@@ -1,32 +1,35 @@
 {
-	"name": "musare-frontend",
-	"version": "0.0.0",
-	"description": "A modern, open-source, collaborative music app https://musare.com",
-	"main": "main.js",
-	"author": "Musare Team",
-	"repository": "https://github.com/Musare/MusareNode",
-	"scripts": {
-		"development": "webpack",
-		"development-watch": "webpack --watch --watch-poll",
-		"production": "webpack -p"
-	},
-	"devDependencies": {
-		"babel-core": "^6.14.0",
-		"babel-loader": "^6.2.5",
-		"babel-plugin-transform-runtime": "^6.15.0",
-		"babel-preset-es2015": "^6.14.0",
-		"babel-runtime": "^6.11.6",
-		"css-loader": "^0.25.0",
-		"node-sass": "^3.9.3",
-		"sass-loader": "^4.0.2",
-		"vue-hot-reload-api": "^2.0.6",
-		"vue-html-loader": "^1.2.3",
-		"vue-loader": "^8.5.2",
-		"vue-style-loader": "^1.0.0",
-		"webpack": "^1.13.2",
-		"webpack-dev-server": "^1.15.1"
-	},
-	"dependencies": {
-		"vue": "^1.0.26"
-	}
+  "name": "musare-frontend",
+  "version": "0.0.0",
+  "description": "A modern, open-source, collaborative music app https://musare.com",
+  "main": "main.js",
+  "author": "Musare Team",
+  "repository": "https://github.com/Musare/MusareNode",
+  "scripts": {
+    "development": "webpack",
+    "development-watch": "webpack --watch --watch-poll",
+    "production": "webpack -p"
+  },
+  "devDependencies": {
+    "babel-core": "^6.14.0",
+    "babel-loader": "^6.2.5",
+    "babel-plugin-transform-runtime": "^6.15.0",
+    "babel-preset-es2015": "^6.14.0",
+    "babel-runtime": "^6.11.6",
+    "css-loader": "^0.25.0",
+    "eslint": "^3.4.0",
+    "eslint-loader": "^1.5.0",
+    "node-sass": "^3.9.3",
+    "sass-loader": "^4.0.2",
+    "vue-hot-reload-api": "^2.0.6",
+    "vue-html-loader": "^1.2.3",
+    "vue-loader": "^8.5.2",
+    "vue-style-loader": "^1.0.0",
+    "webpack": "^1.13.2",
+    "webpack-dev-server": "^1.15.1"
+  },
+  "dependencies": {
+    "eslint-plugin-html": "^1.5.2",
+    "vue": "^1.0.26"
+  }
 }