forked from davinov/vue-react-interop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 983 Bytes
/
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
{
"name": "vue-react-interop",
"version": "0.0.0",
"main": "src/index.ts",
"scripts": {
"postinstall": "patch-package",
"lint": "eslint .",
"dev": "webpack-dev-server",
"build": "webpack",
"format": "npx prettier . --write"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-vue": "^9.21.1",
"prettier": "^3.2.5",
"webpack-dev-server": "^5.0.2",
"@pinia/testing": "^0.0.14"
},
"dependencies": {
"esbuild-loader": "^4.0.3",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vue": "2.7.x",
"vuex": "^3.6.2",
"vue-loader": "^15.11.1",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"pinia": "^2.1.6"
}
}