forked from FORTH-ICS-INSPIRE/artemis-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 4.53 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "artemis-web",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"start:debug": "cd apps/artemis-web && NODE_OPTIONS='--inspect' next dev -p 4200",
"start:notification": "nx serve artemis-notification",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@types/jsonwebtoken": "^8.5.9",
"@types/react-bootstrap-table-next": "^4.0.16",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"amqp-ts": "^1.8.0",
"argon2": "^0.28.7",
"chance": "^1.1.8",
"codemirror": "^5.63.3",
"cors": "^2.8.5",
"cross-fetch": "^3.1.4",
"diff_match_patch": "^0.1.1",
"draft-js": "^0.11.7",
"express-rate-limit": "^5.5.0",
"firebase-admin": "^10.0.2",
"graphql": "^16.0.1",
"jest-environment-jsdom": "^29.1.2",
"jsonwebtoken": "^8.5.1",
"lambda-captcha": "^2.1.2",
"mongodb": "^4.9.1",
"nanoid": "^3.1.30",
"next": "^12.2.0",
"next-connect": "^0.11.0",
"next-session": "^4.0.2",
"node-fetch": "^2.6.1",
"nx": "^14.6.4",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-ldapauth": "^3.0.1",
"passport-local": "^1.0.0",
"passport-remember-me": "^0.0.1",
"react": "^18.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-filter": "^1.3.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-burger-menu": "^3.0.6",
"react-codemirror2": "^7.2.1",
"react-dom": "^18.2.0",
"react-hotkeys": "^2.0.0",
"react-media": "^1.10.0",
"react-minimal-datetime-range": "^2.0.7",
"react-nice-input-password": "^2.7.0",
"react-spring": "^9.3.0",
"react-super-cmd": "^1.0.6",
"react-toastify": "^9.0.8",
"react-tooltip": "^4.2.21",
"sharp": "^0.31.0",
"subscriptions-transport-ws": "^0.11.0",
"telnet-client": "^2.0.1",
"tslib": "^2.4.0",
"typescript-rabbitmq": "^0.0.8",
"uuidv4": "^6.2.12",
"validator": "^13.7.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.2",
"@nrwl/cypress": "^13.10.3",
"@nrwl/eslint-plugin-nx": "^13.10.3",
"@nrwl/jest": "^13.10.3",
"@nrwl/linter": "^13.10.3",
"@nrwl/next": "^13.10.3",
"@nrwl/node": "^13.10.3",
"@nrwl/react": "^13.10.3",
"@nrwl/web": "^13.10.3",
"@nrwl/workspace": "^13.10.3",
"@testing-library/react": "12.1.2",
"@types/jest": "^27.0.2",
"@types/node": "^18.7.9",
"@types/passport": "^1.0.4",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"@zarconontol/enzyme-adapter-react-18": "^0.7.3",
"axe-core": "^4.3.5",
"cypress": "10.9.0",
"cypress-axe": "^1.0.0",
"cypress-plugin-snapshots": "^1.4.4",
"dotenv": "16.0.2",
"enzyme": "^3.11.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "7.31.6",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.1",
"jest": "^29.1.2",
"jest-axe": "^6.0.0",
"jest-fetch-mock": "^3.0.3",
"msw": "^0.35.0",
"next-secure-headers": "^2.2.0",
"node-sass": "^7.0.1",
"prettier": "2.7.1",
"react-axe": "^3.5.4",
"ts-jest": "^29.0.3",
"ts-node": "~10.9.1",
"typescript": "^4.8.2",
"url-loader": "^4.1.1",
"whatwg-fetch": "^3.6.2"
},
"resolutions": {
"ldapauth-fork": "^5.0.2"
},
"husky": {
"hooks": {
"pre-commit": "yarn run format && yarn run lint",
"pre-push": "yarn run affected:test"
}
}
}