-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1013 Bytes
/
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
{
"name": "eretailer-customization-boilerplate",
"version": "0.0.1",
"description": "E-retailer customizations with jQuery and SCSS",
"main": "src/js/index.js",
"author": "Jirffey G. Gabuya",
"license": "MIT",
"private": true,
"dependencies": {
"detect-browser": "^5.2.0",
"elevator.js": "^1.0.1",
"flexslider": "^2.7.1",
"ismobilejs": "^1.1.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"slick-carousel": "^1.8.1",
"url-parse": "^1.5.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"css-loader": "^6.7.3",
"jest": "^26.6.3",
"jest-chain": "^1.1.5",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack",
"test": "jest"
},
"jest": {
"verbose": true,
"setupTestFrameworkScriptFile": "jest-chain"
}
}