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.
30 lines
676 B
30 lines
676 B
{
|
|
"name": "axe-web-component",
|
|
"version": "1.0.1",
|
|
"scripts": {
|
|
"start": "NODE_ENV=production node server.js",
|
|
"dev": "NODE_ENV=development node server.js"
|
|
},
|
|
"license": "ISC",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"browser-sync": "^2.27.9",
|
|
"config": "^3.3.7",
|
|
"express": "^4.17.3",
|
|
"express-handlebars": "^6.0.4",
|
|
"fs-extra": "^10.0.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sourcemaps": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"component-dev": "./server.js"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"sass": "^1.50.1"
|
|
}
|
|
}
|
|
|