-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.45 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
{
"name": "w2c-editor",
"version": "1.0.0-alpha.0",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production --progress"
},
"repository": {
"type": "git",
"url": "git@gitlab.wikimedia.org:diegodlh/w2c-editor.git"
},
"author": "Diego de la Hera",
"license": "GPL-3.0",
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@reduxjs/toolkit": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-webpack-plugin": "^3.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.7",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.5",
"react-redux": "^8.0.2",
"web2cit": "^2.0.0-alpha.0"
}
}