-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.7 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
61
62
63
{
"name": "old-cellphone-simulator",
"version": "0.1.0",
"type": "module",
"private": true,
"dependencies": {
"@types/node": "^22.13.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/styled-components": "^5.1.9",
"i18next": "^23.7.7",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-i18next": "^15.4.1",
"react-router": "^6.30.3",
"react-router-dom": "^6.30.3",
"styled-components": "^5.2.3",
"zustand": "^5.0.11"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:analyze": "ANALYZE=true vite build",
"metrics:update": "ANALYZE=true vite build && node scripts/update-code-splitting-doc.mjs",
"compile": "tsc -b",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"predeploy": "npm run build",
"prepare": "husky",
"knip": "knip"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@testing-library/react": "^16.2.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"knip": "^5.62.0",
"prettier": "^3.5.1",
"sass-embedded": "^1.85.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.6"
},
"knip": {
"ignoreDependencies": [
"@vitest/coverage-v8",
"locales"
]
}
}