-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "vike-react-effector",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "tsx ./express-entry.ts",
"build": "vike build",
"start": "npm run build && cross-env NODE_ENV=production tsx ./express-entry.ts",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"dependencies": {
"@universal-middleware/core": "^0.3.0",
"@universal-middleware/express": "^0.4.0",
"cross-fetch": "^4.1.0",
"effector": "^23.2.3",
"effector-react": "^23.3.0",
"efx-forms": "^2.0.28",
"express": "^5.0.1",
"lodash": "^4.17.21",
"patronum": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"telefunc": "^0.1.83"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/express": "^5.0.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vike": "^0.4.219",
"vike-react": "^0.5.12",
"vite": "^6.0.11"
}
}