-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.09 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.09 KB
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
{
"name": "addressmerge",
"version": "1.0.0",
"description": "Word Processing and Business Information Management",
"main": "index.js",
"scripts": {
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amrameen769/AddressMerge.git"
},
"author": "Al Ameen AR",
"license": "ISC",
"bugs": {
"url": "https://github.com/amrameen769/AddressMerge/issues"
},
"homepage": "https://github.com/amrameen769/AddressMerge#readme",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@material-ui/core": "^4.8.3",
"autoprefixer": "^9.7.3",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"clsx": "^1.0.4",
"css-loader": "^3.4.2",
"jquery": "^3.4.1",
"open-browser-webpack-plugin": "0.0.5",
"path": "^0.12.7",
"popper.js": "^1.16.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-loader": "^8.0.1",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"@material-ui/icons": "^4.5.1",
"axios": "^0.19.1",
"bootstrap": "^4.4.1",
"fibers": "^4.0.2",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-alert": "^6.0.0",
"react-alert-template-basic": "^1.0.0",
"react-alert-template-oldschool-dark": "^1.0.1",
"react-bootstrap": "^1.0.0-beta.16",
"react-country-region-selector": "^1.4.7",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"sass": "^1.24.4"
}
}