-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "blockreassurance",
"description": "Customer reassurance block",
"keywords": [],
"author": {
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
},
"license": "AFL-3.0",
"bugs": {
"url": "https://github.com/PrestaShop/PrestaShop/issues"
},
"homepage": "https://github.com/PrestaShop/blockreassurance#readme",
"scripts": {
"lint": "eslint --ext .js,.vue .",
"lint-fix": "eslint --fix --ext .js,.vue .",
"build": "webpack-cli --mode production",
"dev": "webpack-cli --mode development --watch"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prestashop": "^0.2.1",
"eslint-plugin-import": "^2.29.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.0",
"node-sass": "^8.0.0",
"sass-loader": "^14.2.1",
"style-loader": "^3.3.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"sortablejs": "1.15.3",
"vue": "^2.7.16"
}
}