-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.71 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.71 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "missioned",
"homepage": "https://missioned.in",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@fullcalendar/daygrid": "^5.3.2",
"@fullcalendar/react": "^5.3.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"acuityscheduling": "^0.1.9",
"aos": "^2.3.4",
"axios": "^0.20.0",
"babel-preset-php": "^2.0.0",
"bootstrap": "^4.5.3",
"counterup2": "^1.0.4",
"disable-browser-back-navigation": "^0.1.0",
"dotenv": "^8.2.0",
"firebase": "^7.24.0",
"fullcalendar": "^3.4.0",
"history": "^5.0.0",
"jquery": "^3.5.1",
"material-ui-phone-number": "^2.2.6",
"mdbreact": "^4.27.0",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-async-component": "^2.0.0",
"react-bootstrap": "^1.4.0",
"react-bootstrap-table": "^4.3.1",
"react-calendar": "^3.1.0",
"react-circular-progressbar": "^2.0.3",
"react-countup": "^4.3.3",
"react-data-table-component": "^6.11.5",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.0",
"react-history": "^0.18.2",
"react-hot-loader": "^4.6.3",
"react-icons": "^3.11.0",
"react-materialui-testimonials-transition": "^1.0.1",
"react-owl-carousel": "^2.3.1",
"react-phone-input-2": "^2.13.8",
"react-phone-number-input": "^3.0.25",
"react-redux": "^7.2.1",
"react-responsive-carousel": "^3.2.9",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-spring": "^8.0.27",
"react-table": "^7.6.1",
"react-testimonial": "^1.0.0",
"react-typical": "^0.1.3",
"react-week-scheduler": "^0.1.13",
"react-weekly-schedule": "0.0.0-development",
"reactstrap": "^8.5.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"referral-code-generator": "^1.0.8",
"remove-node-modules": "^1.7.6",
"reselect": "^4.0.0",
"serve": "^11.3.2",
"styled-components": "^5.1.1",
"sweetalert": "^2.1.2",
"typekit": "^0.1.1",
"ui-neumorphism": "^1.0.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.0.0-rc.1",
"@babel/preset-typescript": "^7.1.0",
"autoprefixer": "^9.4.4",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.1",
"eslint-plugin-react": "^7.20.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"node-sass": "^4.11.0",
"path": "^0.12.7",
"postcss-flexibility": "^2.0.0",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"sass-loader": "^6.0.7",
"style-loader": "^0.23.1"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/missionedweb/web_react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/missionedweb/web_react/issues"
}
}