-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 849 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 849 Bytes
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
{
"name": "vuejs-skyflow-reactsdk-sample",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --host localhost --port 8080 --public localhost:8080",
"build": "vue-cli-service build"
},
"dependencies": {
"@types/react": "^19.1.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-to-webcomponent": "^2.0.1",
"skyflow-js": "^2.3.2",
"skyflow-react-js": "^2.4.3",
"vue": "^3.2.13"
},
"devDependencies": {
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/react-dom": "^19.1.6",
"@vue/babel-preset-jsx": "^1.4.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"babel-loader": "^10.0.0",
"typescript": "~4.5.5",
"webpack": "^5.99.9"
}
}