-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 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
{
"private": true,
"scripts": {
"build": "vite build",
"start": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@types/lodash": "^4.14.182",
"@types/react-helmet": "^6.1.5",
"@ui5/webcomponents": "^1.4.0",
"@ui5/webcomponents-fiori": "^1.4.0",
"@ui5/webcomponents-react": "^0.25.0",
"i18next": "^21.8.9",
"i18next-browser-languagedetector": "^6.1.4",
"lodash": "^4.17.21",
"o.js": "^1.3.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.17.0",
"react-router-dom": "^6.3.0",
"swr": "^1.3.0",
"usehooks-ts": "^2.5.3",
"vite-plugin-imp": "^2.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.1",
"@iconify-json/carbon": "^1.1.5",
"@testing-library/react": "^13.2.0",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@unocss/reset": "^0.34.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.30.0",
"jsdom": "^19.0.0",
"typescript": "^4.6.4",
"unocss": "^0.34.0",
"unplugin-auto-import": "^0.7.2",
"vite": "^2.9.9",
"vite-plugin-pages": "^0.23.0",
"vitest": "^0.12.9"
},
"eslintConfig": {
"extends": "@antfu"
}
}