forked from AnawaratneMANA/AF_GRP_PROJ_FR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.59 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
61
{
"name": "af-prj",
"version": "1.0.0",
"description": "Application Framework Group Project",
"main": "src/index.jsx",
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"build": "react-scripts build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@materials-ui/core": "0.0.27",
"react-stripe-checkout": "^2.6.3",
"react-uuid": "^1.0.2"
},
"dependencies": {
"@devexpress/dx-core": "^2.7.6",
"@devexpress/dx-react-chart": "^2.7.6",
"@devexpress/dx-react-chart-material-ui": "^2.7.6",
"@devexpress/dx-react-core": "^2.7.6",
"@material-ui/core": "^4.11.3",
"@material-ui/pickers": "^3.3.10",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"emailjs": "^3.5.0",
"emailjs-com": "^3.1.0",
"firebase": "^8.6.8",
"jwt-decode": "^3.1.2",
"lightbox-react": "^0.3.8",
"node-sass": "^4.14.1",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
"react-file-base64": "^1.0.3",
"react-icons": "^4.2.0",
"react-redux": "^7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-switch": "^6.0.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"uuid": "^8.3.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}