Skip to content
This repository was archived by the owner on May 14, 2023. It is now read-only.

Commit c3b651c

Browse files
committed
Updating project dependencies.
1 parent 572dd4b commit c3b651c

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

package.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,38 @@
2222
"bugs": {
2323
"url": "https://github.com/jmosawy/brandcolorsir/issues"
2424
},
25-
"homepage": "https://github.com/jmosawy/brandcolorsir#readme"
25+
"homepage": "https://github.com/jmosawy/brandcolorsir#readme",
26+
"devDependencies": {
27+
"autoprefixer": "^6.7.7",
28+
"babel-core": "^6.24.1",
29+
"babel-loader": "^6.4.1",
30+
"babel-preset-env": "^1.4.0",
31+
"browser-sync": "^2.18.8",
32+
"css-loader": "^0.28.0",
33+
"eslint": "^3.19.0",
34+
"eslint-config-airbnb-base": "^11.1.3",
35+
"eslint-loader": "^1.7.1",
36+
"eslint-plugin-html": "^2.0.1",
37+
"eslint-plugin-import": "^2.2.0",
38+
"express": "^4.15.2",
39+
"extract-text-webpack-plugin": "^2.1.0",
40+
"file-loader": "^0.11.1",
41+
"html-webpack-plugin": "^2.28.0",
42+
"node-sass": "^4.5.2",
43+
"postcss-loader": "^1.3.3",
44+
"resolve-url-loader": "^2.0.2",
45+
"sass-loader": "^6.0.3",
46+
"style-loader": "^0.16.1",
47+
"url-loader": "^0.5.8",
48+
"vue-loader": "^11.3.4",
49+
"vue-template-compiler": "^2.2.6",
50+
"webpack": "^2.4.1",
51+
"webpack-dev-middleware": "^1.10.1",
52+
"webpack-hot-middleware": "^2.18.0"
53+
},
54+
"dependencies": {
55+
"clipboard": "^1.6.1",
56+
"vue": "^2.2.6",
57+
"vue-router": "^2.5.2"
58+
}
2659
}

0 commit comments

Comments
 (0)