-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.96 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
{
"name": "talkable",
"version": "22.1.0",
"description": "talkable npm package",
"main": "index.js",
"engines": {
"node": ">=10.15.3"
},
"scripts": {
"test": "sgmf-scripts --test test/unit/**/*.js",
"test:integration": "sgmf-scripts --integration 'test/integration/**/*.js'",
"build": "echo nothing to build",
"lint": "npm run lint:js",
"lint:js": "sgmf-scripts --lint js",
"upload": "sgmf-scripts --upload",
"uploadCartridge": "sgmf-scripts --uploadCartridge int_talkable && sgmf-scripts --uploadCartridge talkable_sfra_custom && sgmf-scripts --uploadCartridge talkable_sg_custom"
},
"homepage": "https://github.com/SalesforceCommerceCloud/storefront-reference-architecture",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@osf-global/linter": "^4.3.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"chai": "^4.2.0",
"chai-subset": "^1.6.0",
"cheerio": "^1.0.0-rc.5",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-sitegenesis": "^1.0.0",
"node-sass": "^7.0.0",
"postcss-loader": "^3.0.0",
"proxyquire": "^2.1.3",
"request-promise": "^4.2.6",
"sass-loader": "^8.0.2",
"sgmf-scripts": "^2.4.1",
"sinon": "^1.17.7",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.18.0",
"xml2js": "^0.4.23"
},
"resolutions": {
"braces": "^2.3.1",
"yargs-parser": "^13.1.2",
"minimist": "^1.2.5"
},
"dependencies": {
"bootstrap": "4.3.1",
"cleave.js": "^1.6.0",
"flag-icon-css": "^2.9.0",
"font-awesome": "^4.7.0",
"glob": "^7.1.6",
"jquery": "^3.5.1",
"njre": "^0.2.0",
"path": "^0.12.7"
},
"browserslist": [
"last 2 versions",
"ie >= 11"
],
"babel": {
"presets": [
"env"
]
}
}