-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.6 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
{
"name": "react-template",
"version": "1.0.0",
"description": "React-Redux template by Rusiru Abhisheak",
"main": "index.js",
"scripts": {
"start": "node server.js",
"postinstall": "webpack --mode production",
"dev": "webpack serve --port 3000 --mode development --open --hot",
"build": "webpack --mode production"
},
"keywords": [
"react",
"redux"
],
"author": "Rusiru Abhisheak",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"firebase": "^8.6.8",
"jquery": "^3.6.0",
"jsdom": "^16.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"pino": "^6.11.3",
"pino-pretty": "^5.1.0",
"react": "^17.0.2",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-notifications": "^1.7.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"redux-promise-middleware": "^6.1.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0",
"scss-loader": "0.0.1",
"style-loader": "^3.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}