-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.8 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node ./postinstall.js && vite",
"build": "./postinstall.js && vite build",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@tinymce/tinymce-react": "^5.0.1",
"@types/node": "^20.12.4",
"@types/zxcvbn": "^4.4.4",
"ag-grid-react": "^31.2.0",
"flag-icon-css": "^4.1.7",
"fs-extra": "^11.2.0",
"http-status-codes": "^2.3.0",
"i18next": "^23.11.3",
"moment": "^2.30.1",
"npm": "^10.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.1",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"sass": "^1.77.2",
"tinymce": "^7.1.2",
"ts-node": "^10.9.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"dialog-polyfill": "^0.5.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-vitest-globals": "^1.5.0",
"jsdom": "^24.0.0",
"msw": "^2.3.0",
"prettier": "^3.2.5",
"vite": "^5.2.0",
"vitest": "^1.5.3"
}
}