-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 3.34 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "int_subscribe_pro_sfra",
"version": "21.1.0",
"description": "SFRA cartridge",
"main": "index.js",
"engines": {
"node": ">=4.0"
},
"paths": {
"base": "./storefront-reference-architecture/cartridges/app_storefront_base/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalesforceCommerceCloud/link_subscribepro.git"
},
"author": "David King <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/SalesforceCommerceCloud/link_subscribepro.git",
"scripts": {
"lint": "sgmf-scripts --lint js && sgmf-scripts --lint css",
"test": "sgmf-scripts --test test/",
"upload": "sgmf-scripts --upload -- ",
"uploadCartridge": "sgmf-scripts --uploadCartridge int_subscribe_pro_sfra",
"watch": "sgmf-scripts --watch",
"compile:js": "sgmf-scripts --compile js",
"compile:scss": "sgmf-scripts --compile css",
"compile:project": "sgmf-scripts --compile js && sgmf-scripts --compile css",
"compile:sfra": "cd storefront-reference-architecture && npm run build",
"compile:all": "npm run compile:sfra && npm run compile:project"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@tridnguyen/config": "^2.3.1",
"@wdio/selenium-standalone-service": "^5.16.10",
"allure-commandline": "^2.9.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"chai": "^3.5.0",
"chai-subset": "^1.5.0",
"chalk": "^1.1.3",
"cheerio": "0.22.0",
"cldr-data": "^32.0.1",
"codeceptjs": "^2.6.3",
"css-loader": "^0.28.11",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-formatter-pretty": "^1.3.0",
"eslint-formatter-summary": "^1.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-sitegenesis": "~1.0.0",
"globalize": "^1.5.0",
"istanbul": "^0.4.4",
"lodash": "^4.17.10",
"minimist": "^1.2.5",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.23.3",
"moment-timezone": "^0.5.28",
"sass": "^1.57.1",
"postcss-loader": "^3.0.0",
"properties-parser": "^0.3.0",
"proxyquire": "1.7.4",
"request-promise": "^4.2.5",
"sass-loader": "^7.0.3",
"sgmf-scripts": "^2.4.1",
"shelljs": "^0.8.4",
"should": "^13.2.3",
"sinon": "^1.17.4",
"style-loader": "^0.21.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-scss": "^3.17.2",
"url": "^0.11.0",
"webdriverio": "^5.22.4",
"xml2js": "^0.4.23"
},
"dependencies": {
"bootstrap": "4.3.1",
"cleave.js": "^1.5.10",
"flag-icon-css": "^2.3.0",
"font-awesome": "^4.6.3",
"jquery": "^3.5.1"
},
"browserslist": [
"last 2 versions",
"ie >= 10"
],
"packageName": "int_subscribe_pro_sfra",
"babel": {
"presets": [
"env"
]
}
}