flip-cohen/package.json

26 lines
571 B
JSON
Raw Normal View History

2022-05-02 16:30:13 +02:00
{
"name": "cohen_site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-newer": "^1.4.0",
"gulp-sass": "^4.0.2",
"webpack": "^4.1.1",
"webpack-stream": "^4.0.2"
}
}