-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.6 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.6 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
{
"name": "vike-react-effector",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "tsx server/entry.ts --force",
"build": "vike build",
"start": "npm run build && cross-env NODE_ENV=production tsx server/entry.ts",
"lint": "eslint ."
},
"keywords": [],
"author": "darianstlex",
"dependencies": {
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"cross-fetch": "^4.1.0",
"dotenv": "^17.3.1",
"effector": "^23.4.4",
"effector-react": "^23.3.0",
"efx-forms": "^2.0.28",
"express": "^5.2.1",
"lodash": "4.17.23",
"patronum": "^2.3.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"telefunc": "^0.2.19",
"tsx": "^4.21.0",
"vike": "^0.4.255",
"vike-react": "^0.6.21"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@rolldown/plugin-babel": "^0.2.2",
"@swc/core": "1.7.11",
"@types/compression": "^1.8.1",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"cross-env": "^10.1.0",
"effector-swc-plugin": "^0.5.0",
"esbuild": "^0.27.4",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.57.2",
"unplugin-swc": "^1.5.9",
"vite": "^8.0.3"
},
"overrides": {
"typescript": "$typescript"
}
}