-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
60 lines (60 loc) · 1.93 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
59
60
{
"name": "int_stripe_sfra",
"version": "23.7.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "sgmf-scripts --lint js",
"upload": "sgmf-scripts --upload -- ",
"uploadCartridge": "sgmf-scripts --uploadCartridge int_stripe_core && sgmf-scripts --uploadCartridge int_stripe_sfra && sgmf-scripts --uploadCartridge app_stripe_sfra",
"compile:js": "sgmf-scripts --compile js",
"compile:scss": "sgmf-scripts --compile css",
"watch": "sgmf-scripts --watch",
"watch:static": "sgmf-scripts --watch static",
"test": "mocha tests/unit/**/*.js",
"test:integration": "babel-node node_modules/protractor/bin/protractor protractor-conf.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.2",
"babel-preset-latest": "^6.22.0",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^5.0.2",
"chai": "^4.3.4",
"chromedriver": "^91.0.1",
"css-loader": "^0.28.11",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-protractor": "^2.1.1",
"husky": "^7.0.1",
"istanbul": "^0.4.4",
"jasmine-spec-reporter": "^7.0.0",
"lint-staged": "^11.0.1",
"mocha": "^9.0.2",
"moment": "^2.29.1",
"moment-jdateformatparser": "^1.2.1",
"node-fetch": "^2.6.1",
"node-sass": "^4.0.0",
"postcss-loader": "^2.1.5",
"protractor": "^7.0.0",
"proxyquire": "2.1.3",
"sandboxed-module": "^2.0.4",
"sass-loader": "^7.0.3",
"sgmf-scripts": "^2.0.0",
"sinon": "^11.1.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.19.0"
},
"packageName": "app_stripe_sfra",
"paths": {
"base": "../storefront-reference-architecture/cartridges/app_storefront_base/"
}
}