-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.29 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
{
"name": "int_cloudinary_sfra",
"version": "24.2.6",
"description": "Cloudinary Cartridge For Images",
"main": "index.js",
"scripts": {
"lint": "sgmf-scripts --lint js",
"upload": "sgmf-scripts --upload -- ",
"uploadCartridge": "sgmf-scripts --uploadCartridge LINK_cloudinary",
"compile:js": "sgmf-scripts --compile js",
"compile:scss": "sgmf-scripts --compile css",
"watch": "sgmf-scripts --watch",
"test": "sgmf-scripts --test test/unit/**/*.js"
},
"dependencies": {
"cleave.js": "~1.6.0"
},
"devDependencies": {
"css-loader": "^0.28.11",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.3",
"node-sass": "^4.9.0",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"stylelint": "^7.1.0",
"stylelint-config-standard": "^12.0.0",
"stylelint-scss": "^1.3.4",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"chai": "^3.5.0",
"proxyquire": "1.7.4",
"properties-parser": "^0.3.1",
"sgmf-scripts": "~2.0.7"
},
"paths": {
"base": "../storefront-reference-architecture-master/cartridges/app_storefront_base"
}
}