-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.76 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.76 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
{
"name": "vote",
"version": "1.0.0",
"private": true,
"dependencies": {
"@axa-fr/react-oidc-context": "^3.1.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/express-session": "^1.17.0",
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"csh-material-bootstrap": "^4.5.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"history": "^5.0.0",
"https": "^1.0.0",
"mongodb": "^3.6.2",
"oidc-client": "^1.10.1",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-openidconnect": "0.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"reactstrap": "^8.6.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"url": "^0.11.0"
},
"scripts": {
"start": "concurrently \"ts-node ./service/index.ts\" \"cd client && react-scripts start\"",
"dev": "ts-node ./service/index.ts",
"lint": "eslint service/**/*.ts",
"lint:fix": "eslint --fix service/**/*.ts"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/jest": "^24.0.0",
"@types/node": "^12.20.10",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"babel-eslint": "^10.0.2",
"concurrently": "^5.3.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"nodemon": "^2.0.4",
"prettier": "2.1.2",
"typescript": "^4.0.3"
}
}