-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "faq-accordion-card-main",
"version": "1.0.0",
"description": "![Design preview for the FAQ Accordion Card coding challenge](./design/desktop-preview.jpg)",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MasterKrab/faq-accordion-card-main.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MasterKrab/faq-accordion-card-main/issues"
},
"homepage": "https://github.com/MasterKrab/faq-accordion-card-main#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"autoprefixer": "^10.1.0",
"browser-sync": "^2.26.13",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.4.1",
"gulp-concat": "^2.6.1",
"gulp-css": "^0.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-terser": "^2.0.0"
},
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
]
}