forked from PrestaShop/ps_facetedsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ps_facetedsearch",
"version": "1.0.0",
"description": "## About",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require @babel/register --reporter spec \"./tests/**/*.spec.js\"",
"lint": "eslint --ext .js,.vue .",
"build": "webpack-cli --mode production",
"dev": "webpack-cli --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrestaShop/ps_facetedsearch.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PrestaShop/ps_facetedsearch/issues"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"homepage": "https://github.com/PrestaShop/ps_facetedsearch#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.1",
"@babel/register": "^7.4.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"clean-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.0",
"eslint": "^5.15.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prestashop": "0.0.2",
"eslint-plugin-import": "^2.16.0",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.1.4",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"jquery-ui-touch-punch": "^0.2.3",
"lodash.escaperegexp": "^4.1.2"
}
}