You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
638 B
29 lines
638 B
{
|
|
"name": "e2e-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development gulp watch",
|
|
"build": "cross-env NODE_ENV=production gulp",
|
|
"test": "cypress open"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.27.5",
|
|
"cross-env": "^7.0.3",
|
|
"cypress": "^8.3.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-inject": "^5.0.5"
|
|
},
|
|
"dependencies": {
|
|
"del": "^6.0.0",
|
|
"event-stream": "^4.0.1",
|
|
"glob": "^7.1.7",
|
|
"gulp-less": "^5.0.0",
|
|
"gulp-pug": "^5.0.0",
|
|
"gulp-rename": "^2.0.0"
|
|
}
|
|
}
|
|
|