-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.78 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
{
"name": "estore_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"dev": "webpack --mode development --watch ./frontend/src/index.js --output ./frontend/static/frontend/main.js",
"build": "webpack --mode production ./frontend/src/index.js --output ./frontend/static/frontend/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"image-webpack-loader": "^6.0.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"axios": "^0.19.2",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.4.1",
"css-loader": "^3.5.3",
"form-data": "^3.0.0",
"js-cookie": "^2.2.1",
"jsx-loader": "^0.13.2",
"mdbreact": "^4.26.0",
"node-sass": "^4.14.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-avatar-edit": "^0.8.3",
"react-bootstrap": "^1.0.1",
"react-calendar": "^3.1.0",
"react-country-region-selector": "^2.1.0",
"react-dom": "^16.13.1",
"react-facebook-login": "^4.1.1",
"react-images-uploading": "^2.1.1",
"react-notifications": "^1.6.0",
"react-rounded-image": "^2.0.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-stripe-checkout": "^2.6.3",
"react-stripe-elements": "^6.1.2",
"style-loader": "^1.2.1"
}
}