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
733 B
29 lines
733 B
{
|
|
"name": "eshop",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "webpack --mode=development --watch",
|
|
"build": "webpack --mode=production"
|
|
},
|
|
"author": "FUNNYDMAN",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"webpack": "^4.25.1",
|
|
"webpack-cli": "^3.1.2",
|
|
"css-loader": "^1.0.1",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"file-loader": "^2.0.0",
|
|
"style-loader": "^0.23.1"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "3.3.7",
|
|
"jquery": "^3.3.1",
|
|
"jquery-autocomplete": "^1.2.8",
|
|
"jquery-bar-rating": "^1.2.2",
|
|
"jquery-ui-dist": "1.12.1",
|
|
"magnific-popup": "^1.1.0"
|
|
}
|
|
}
|
|
|