-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.07 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.07 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
{
"name": "bpcrs-app",
"version": "2.2.0",
"private": true,
"license": "MIT",
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@date-io/date-fns": "1.0.2",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "3.0.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^4.0.0-alpha.8",
"@material-ui/styles": "^4.10.0",
"autosuggest-highlight": "3.1.1",
"axios": "^0.19.2",
"axios-mock-adapter": "1.16.0",
"babel-polyfill": "7.0.0-beta.3",
"chart.js": "^2.9.3",
"date-fns": "2.9.0",
"dokz": "^1.0.36",
"dotenv": "^8.2.0",
"dotenv-cli": "^3.1.0",
"downshift": "3.2.2",
"emotion-theming": "^10.0.27",
"firebase": "^7.15.3",
"formsy-react": "1.1.5",
"google-map-react": "1.1.2",
"jsonwebtoken": "8.4.0",
"jss-extend": "6.2.0",
"jwt-decode": "2.2.0",
"keycode": "2.2.0",
"landing-blocks": "^1.0.52",
"lodash": "^4.17.15",
"material-ui-pickers": "2.1.2",
"material-ui-popup-state": "1.1.1",
"mobile-detect": "1.4.3",
"moment": "^2.27.0",
"notistack": "0.4.1",
"path-to-regexp": "3.0.0",
"perfect-scrollbar": "1.4.0",
"prismjs": "1.21.0",
"qs": "6.6.0",
"raw-loader": "1.0.0",
"react": "16.13.0",
"react-autosuggest": "9.4.3",
"react-beautiful-dnd": "10.0.4",
"react-big-calendar": "0.20.3",
"react-chartjs-2": "^2.10.0",
"react-country-region-selector": "^2.1.0",
"react-device-detect": "^1.13.1",
"react-dnd": "2.6.0",
"react-dnd-html5-backend": "2.6.0",
"react-dom": "16.13.0",
"react-draggable": "3.1.1",
"react-frame-component": "4.0.2",
"react-google-login": "^5.1.20",
"react-images-upload": "^1.2.8",
"react-images-uploading": "^2.2.0",
"react-jss": "8.6.1",
"react-loadable": "5.5.0",
"react-masonry-css": "1.0.12",
"react-number-format": "4.0.6",
"react-otp-input": "^2.0.2",
"react-popper": "1.0.2",
"react-redux": "7.1.1",
"react-redux-firebase": "^3.6.0",
"react-router-config": "4.4.0-beta.6",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-scroll-to-bottom": "^2.0.0",
"react-select": "2.3.0",
"react-slideshow-image": "^2.0.2",
"react-swipeable-views": "0.13.1",
"react-table": "6.9.0",
"react-text-mask": "5.4.3",
"react-virtualized": "9.21.0",
"rebass": "^3.2.2",
"redux": "4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "2.3.0",
"typeface-muli": "0.0.71",
"velocity-react": "1.4.1",
"yarn": "^1.22.4"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/node": "7.2.2",
"@babel/preset-env": "7.3.1",
"autoprefixer": "9.4.7",
"babel-plugin-module-resolver": "^4.0.0",
"cross-env": "5.2.0",
"globby": "8.0.2",
"js-beautify": "1.8.9",
"marked": "^1.1.0",
"postcss-cli": "^7.1.1",
"tailwindcss": "0.7.4",
"webpack-bundle-analyzer": "^3.8.0"
},
"scripts": {
"start:dev": "yarn run build-css-helpers && cross-env NODE_PATH=src dotenv -e .env.dev react-scripts start",
"start:prod": "yarn run build-css-helpers && cross-env NODE_PATH=src dotenv -e .env.prod react-scripts start",
"build": "yarn run build-css-helpers && cross-env CI=false NODE_PATH=src GENERATE_SOURCEMAP=false dotenv -e .env.prod react-scripts build",
"build-css-helpers": "./node_modules/.bin/tailwind build ./src/styles/fuse-helpers.tailwind.css -c ./tailwind.js -o ./src/styles/fuse-helpers.css && postcss --use autoprefixer -o ./src/styles/fuse-helpers.css ./src/styles/fuse-helpers.css",
"test": "cross-env NODE_PATH=src react-scripts test --env=node",
"eject": "cross-env NODE_PATH=src react-scripts eject",
"build-docs": "babel-node src/app/main/components/material-ui/build.js",
"build-stats": "yarn run build -- --stats",
"bundle-report": "yarn run build-stats && webpack-bundle-analyzer build/bundle-stats.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}