-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
103 lines (103 loc) · 2.69 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "modernizr-neue",
"version": "1.0.0",
"description": "the new version of modernizr.com",
"main": "index.js",
"private": true,
"bugs": "https://github.com/Modernizr/modernizr-neue/issues",
"homepage": "https://github.com/Modernizr/modernizr-neue",
"repository": "https://github.com/Modernizr/modernizr-neue.git",
"license": "MIT",
"author": {
"name": "Modernizr",
"url": "https://modernizr.com/"
},
"contributors": [
{
"name": "Faruk Ates",
"url": "https://twitter.com/KuraFire"
},
{
"name": "Paul Irish",
"url": "https://twitter.com/paul_irish"
},
{
"name": "Alex Sexton",
"url": "https://twitter.com/SlexAxton"
},
{
"name": "Ryan Seddon",
"url": "https://twitter.com/ryanseddon"
},
{
"name": "Patrick Kettner",
"url": "https://twitter.com/patrickkettner"
},
{
"name": "Stu Cox",
"url": "https://twitter.com/stucoxmedia"
},
{
"name": "Richard Herrera",
"url": "https://twitter.com/doctyper"
}
],
"dependencies": {
"archiver": "^0.14.3",
"browserify": "^16.5.1",
"classnames": "^2.3.1",
"etag": "^1.8.1",
"fontfaceobserver": "^2.1.0",
"fuse.js": "^3.4.6",
"handlebars": "^4.7.7",
"hapi": "^8.4.0",
"he": "^1.2.0",
"highlight.js": "^9.18.1",
"marked": "^0.8.2",
"modernizr": "^3.11.8",
"normalize.css": "^8.0.1",
"react": "^0.13.0",
"rss": "^1.2.2",
"yaml-front-matter": "^3.4.1",
"zeroclipboard": "^2.3.0"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"aliasify": "^2.1.0",
"cross-env": "^7.0.3",
"del": "^5.1.0",
"eslint": "^6.8.0",
"globby": "^11.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.7",
"gulp-nodemon": "^2.5.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.2",
"imagemin-zopfli": "^6.0.0",
"lodash-cli": "^4.17.5",
"merge-stream": "^2.0.0",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"start": "gulp develop",
"test": "echo 0",
"---": "--------------------",
"server": "cross-env NODE_ENV=production node ./server",
"clean": "gulp clean",
"build": "gulp deploy",
"develop": "gulp develop",
"lint": "eslint --fix frontend/**/*.js server/**/*.js",
"create-gh-pages": "gulp gh-pages",
"update-gh-pages": "scripts/generate-gh-pages.sh"
}
}