This repository has been archived by the owner on May 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "brandcolorsir",
"version": "1.0.1",
"description": "Iranian official brand colors in one place at http://www.brandcolors.ir",
"private": true,
"scripts": {
"lint": "eslint .",
"dev": "node ./server/server.js",
"build": "node ./server/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmosawy/brandcolorsir.git"
},
"keywords": [
"brandcolors",
"color",
"palette",
"iranian",
"brand"
],
"author": "Jeff Mosawy <[email protected] (http://www.jmosawy.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmosawy/brandcolorsir/issues"
},
"homepage": "https://github.com/jmosawy/brandcolorsir#readme",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"browser-sync": "^2.18.8",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"uglifyjs-webpack-plugin": "^0.4.3",
"url-loader": "^0.5.8",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.18.0"
},
"dependencies": {
"clipboard": "^1.6.1",
"vue": "^2.2.6",
"vue-router": "^2.5.2"
}
}