-
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) · 3.86 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.86 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": "hospital-queueing-system",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node dev.js",
"watch:server": "tsc --project ./tsconfig.server.json --noEmit --watch --preserveWatchOutput",
"watch:client": "tsc --project ./tsconfig.client.json --noEmit --watch --preserveWatchOutput",
"build": "run-p build:*",
"build:server": "webpack --config webpack.config.server.js --watch",
"build:client": "webpack --config webpack.config.client.js --watch",
"postinstall": "patch-package"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@atlaskit/avatar": "^20.5.0",
"@atlaskit/banner": "^11.4.3",
"@atlaskit/button": "^16.1.2",
"@atlaskit/checkbox": "^12.3.3",
"@atlaskit/datetime-picker": "^11.0.2",
"@atlaskit/dynamic-table": "^14.4.0",
"@atlaskit/empty-state": "^7.3.1",
"@atlaskit/flag": "^14.4.1",
"@atlaskit/form": "^8.4.2",
"@atlaskit/inline-edit": "^12.1.3",
"@atlaskit/lozenge": "^11.1.3",
"@atlaskit/modal-dialog": "^12.1.0",
"@atlaskit/radio": "^5.3.2",
"@atlaskit/textarea": "^4.2.2",
"@atlaskit/textfield": "^5.1.2",
"@atlaskit/toggle": "^12.3.0",
"@atlassian/aui": "^9.4.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-object-assign": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.15.4",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.24",
"@types/helmet": "^4.0.0",
"@types/http-errors": "^1.8.1",
"@types/jsonwebtoken": "^8.5.5",
"@types/morgan": "^1.9.3",
"@types/react": "^17.0.33",
"@types/react-datepicker": "^4.1.7",
"@types/react-dom": "^17.0.10",
"@types/react-router-dom": "^5.3.2",
"@types/serve-favicon": "^2.5.3",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"axios": "^0.24.0",
"babel-core": "6.26.3",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^1.13.3",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bootstrap": "^5.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"css-loader": "^6.5.0",
"dotenv": "10.0.0",
"ejs": "^3.1.6",
"esbuild-loader": "^2.16.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.2.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "^6.4.0",
"helmet": "^4.6.0",
"html-webpack-plugin": "^5.5.0",
"http-errors": "^1.8.0",
"jquery": "^2.2.4",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.14",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4.7",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"prettier": "^2.4.1",
"react": "^16.8.0",
"react-datepicker": "^4.3.0",
"react-dom": "^16.8.0",
"react-router-dom": "^5.3.0",
"reactstrap": "^8.10.1",
"sequelize": "^6.8.0",
"sequelize-cli": "^6.2.0",
"serve-favicon": "^2.5.0",
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.3",
"svg-loader": "0.0.2",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"undefined": "^0.1.0",
"url-loader": "4.1.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-manifest-plugin": "^4.0.2",
"webpack-node-externals": "^3.0.0",
"webpack-remove-debug": "^0.1.0",
"webpackbar": "^5.0.0-3"
}
}