-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.91 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "tehranjs-website-html-template",
"version": "0.0.2",
"description": "HTML template of tehranjs.com website",
"main": "site/index.html",
"author": "Seyed Naser Hassani <snhasani@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:TehranJS/tehranjs-website-html-template.git"
},
"scripts": {
"watch": "gulp watch",
"serve": "gulp serve",
"demo": "gulp serve:public",
"build": "gulp",
"lint": "eslint . --ext .js --ignore-path .gitignore --ignore-pattern public .tmp --cache || true",
"stage": "surge -p public -d tehranjs.surge.sh"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-latest": "^6.22.0",
"babel-register": "^6.23.0",
"bower-webpack-plugin": "^0.1.9",
"browser-sync": "^2.18.8",
"css-mqpacker": "^5.0.1",
"del": "^2.2.2",
"desandro-classie": "^1.0.1",
"eslint": "^3.16.1",
"eslint-loader": "^1.6.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.3.0",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-useref": "^3.1.2",
"main-bower-files": "^2.13.1",
"postcss-cssnext": "^2.9.0",
"postcss-will-change": "^1.1.0",
"run-sequence": "^1.2.2",
"surge": "^0.18.0",
"webpack-stream": "^3.2.0",
"wiredep": "^4.0.0",
"yargs": "^7.0.1"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true,
"browser": true
},
"rules": {
"quotes": [
2,
"single"
]
}
},
"private": true,
"engines": {
"node": "=6.9.0"
}
}