-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.35 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
{
"name": "ecommerce",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/api": "1.2.4",
"@aws-amplify/auth": "1.5.0",
"@aws-amplify/pubsub": "1.2.4",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@stripe/react-stripe-js": "^1.0.2",
"@stripe/stripe-js": "^1.0.1",
"aws-amplify": "1.2.4",
"aws-amplify-react": "2.5.4",
"html-loader": "^0.5.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-is": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-stripe-checkout": "^2.6.3",
"redux": "^4.0.5",
"styled-components": "^5.0.1",
"uuid": "^3.4.0"
},
"scripts": {
"start": "webpack && webpack-dev-server --mode development --history-api-fallback",
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-react": "^7.7.0",
"b": "^2.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}