-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 773 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 773 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
31
32
33
34
35
36
{
"name": "gojs-react-basic",
"version": "1.1.0",
"description": "An example project demonstrating usage of GoJS and React together",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"keywords": [
"react",
"gojs"
],
"author": "Northwoods Software",
"dependencies": {
"gojs": "^3.0.21",
"gojs-react": "^1.1.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"use-immer": "^0.11.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"typescript": "^5.8.3",
"vite": "^6.3.3"
}
}