-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"name": "gaming-trivia",
"version": "1.0.0",
"author": "richardtaylordawson",
"description": "Gaming trivia game built using a cool CSS Framework called NES.css and an open API for the trivia questions.",
"homepage": "https://gaming-trivia.richardtaylordawson.com",
"repository": {
"type": "git",
"url": "git+https://github.com/richardtaylordawson/gaming-trivia.git"
},
"bugs": {
"url": "https://github.com/richardtaylordawson/gaming-trivia/issues"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"browser-sync": "^2.26.3",
"del": "^4.1.0",
"gulp": "^3.9.0",
"gulp-better-rollup": "^4.0.1",
"gulp-cache": "^1.1.1",
"gulp-clean-css": "^4.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"prettier": "^2.2.1",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"run-sequence": "^2.2.1"
},
"scripts": {
"develop": "gulp default",
"build": "gulp build",
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
}
}