This repository was archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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
{
"name": "@moltin/shopkit",
"version": "0.0.0-development",
"description": "Embeddable Moltin Cart + Checkout",
"main": "dist/index.js",
"repository": "moltin/shopkit",
"files": [
"dist"
],
"scripts": {
"dev": "webpack-dev-server",
"deploy": "now --target=production",
"build": "webpack",
"prod-build": "webpack --mode=production",
"now-build": "webpack --mode=production",
"semantic-release": "semantic-release"
},
"keywords": [
"moltin",
"buy button",
"embeddable cart"
],
"author": "Jamie Barton <[email protected]>",
"license": "MIT",
"dependencies": {
"@moltin/request": "2.0.2",
"algolia-places-react": "1.6.1",
"arrive": "2.4.1",
"easy-peasy": "2.6.6",
"final-form": "4.20.4",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-final-form": "4.1.0",
"react-stripe-elements": "2.0.3",
"styled-components": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "1.13.3",
"css-loader": "2.1.1",
"mini-css-extract-plugin": "0.12.0",
"optimize-css-assets-webpack-plugin": "5.0.8",
"prop-types": "15.7.2",
"terser-webpack-plugin": "1.4.5",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.3",
"webpack-obfuscator": "0.28.5",
"semantic-release": "17.4.7"
},
"release": {
"branches": ["master", "next"]
},
"publishConfig": {
"access": "public"
}
}