forked from bigcommerce/checkout-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 4.54 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
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@bigcommerce/checkout-sdk",
"version": "1.188.1",
"description": "BigCommerce Checkout JavaScript SDK",
"license": "MIT",
"main": "dist/checkout-sdk.js",
"typings": "dist/checkout-sdk.d.ts",
"files": [
"dist/",
"docs/"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/bigcommerce/checkout-sdk-js.git"
},
"author": "BigCommerce",
"bugs": {
"url": "https://github.com/bigcommerce/checkout-sdk-js/issues"
},
"homepage": "https://github.com/bigcommerce/checkout-sdk-js",
"scripts": {
"prepare": "check-node-version --node '>=6' --npm '>=6'",
"build": "npm run bundle && npm run bundle-dts && npm run docs",
"prebuild-server": "rm -rf dist-server",
"build-server": "webpack --config webpack-server.config.js --config-name umd && webpack --config webpack-server.config.js --config-name umd-loader",
"prebuild-cdn": "rm -rf dist-cdn",
"build-cdn": "webpack --config webpack-cdn.config.js --config-name umd && webpack --config webpack-cdn.config.js --config-name umd-loader",
"prebundle": "rm -rf dist",
"bundle": "webpack --config webpack.config.js",
"bundle:analyze": "npm run --silent bundle -- --config-name umd --profile --json > webpack-stats.json && webpack-bundle-analyzer webpack-stats.json dist --default-sizes gzip",
"bundle:watch": "npm run bundle -- --config-name cjs --watch --progress",
"prebundle-dts": "tsc --outDir temp --declaration",
"bundle-dts": "api-extractor run --config api-extractor/checkout-sdk.json & api-extractor run --config api-extractor/checkout-button.json & api-extractor run --config api-extractor/embedded-checkout.json & api-extractor run --config api-extractor/internal-mappers.json",
"postbundle-dts": "rm -rf temp",
"docs": "typedoc --plugin typedoc-plugin-markdown --mode file --module commonjs --readme none --out docs --includeDeclarations --excludeExternals --excludePrivate --excludeProtected --hideSources dist/checkout-sdk.d.ts",
"lint": "eslint 'src/**/*.ts' && tsc --noEmit",
"release": "echo 'Please do not release locally, use CircleCi'",
"release:version": "git add dist docs && standard-version -a",
"release:alpha": "export PRERELEASE=alpha; npm run lint && npm test && npm run build && npm run release:version",
"test": "jest --config jest-config.js",
"test:coverage": "npm run test -- --coverage",
"test:series": "npm run test -- --runInBand",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@bigcommerce/bigpay-client": "^5.14.0",
"@bigcommerce/data-store": "^1.0.1",
"@bigcommerce/form-poster": "^1.4.0",
"@bigcommerce/memoize": "^1.0.0",
"@bigcommerce/request-sender": "^1.0.3",
"@bigcommerce/script-loader": "^2.2.1",
"@braintree/browser-detection": "^1.11.0",
"@types/card-validator": "^4.1.0",
"@types/iframe-resizer": "^3.5.6",
"@types/lodash": "^4.14.139",
"@types/reselect": "^2.2.0",
"@types/shallowequal": "^1.1.1",
"@types/yup": "^0.26.24",
"card-validator": "^6.2.0",
"core-js": "^3.1.2",
"current-script-polyfill": "^1.0.0",
"iframe-resizer": "^3.6.2",
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.15",
"messageformat": "2.1.0",
"reselect": "^4.0.0",
"rxjs": "^6.5.3",
"shallowequal": "^1.1.0",
"tslib": "^1.10.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@bigcommerce/tslint-config": "^4.0.0",
"@microsoft/api-extractor": "^6.3.0",
"@types/grecaptcha": "^2.0.36",
"@types/jest": "^23.3.10",
"@types/node": "^6.0.101",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/eslint-plugin-tslint": "^2.3.3",
"@typescript-eslint/parser": "^1.13.0",
"babel-loader": "^8.0.6",
"check-node-version": "^3.2.0",
"conventional-recommended-bump": "^6.0.5",
"eslint": "^6.5.1",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.9.0",
"request": "^2.83.0",
"semver": "^7.1.1",
"source-map-loader": "^0.2.4",
"standard-version": "^8.0.1",
"ts-jest": "^24.1.0",
"ts-loader": "^6.1.2",
"tslint": "^5.18.0",
"typedoc": "^0.17.7",
"typedoc-plugin-markdown": "^2.3.1",
"typescript": "^3.9.3",
"webpack": "^4.41.0",
"webpack-assets-manifest": "^3.1.1",
"webpack-bundle-analyzer": "^3.5.1",
"webpack-cli": "^3.3.9",
"webpack-node-externals": "^1.7.2"
},
"standard-version": {
"scripts": {
"prebump": "./scripts/standard-version/prebump.js"
}
}
}